recherche

Maison  >  Questions et réponses  >  le corps du texte

Vue官网里的整数迭代 v-for例子怎么运行不了?

这是源代码:

<div>
  <span v-for="n in 10">{{ n }}</span>
</div>

1.png

1.png

高洛峰高洛峰2951 Il y a quelques jours812

répondre à tous(1)je répondrai

  • 三叔

    三叔2016-11-03 11:48:21

    你仅仅写了那么一段代码?

    
    
    
        
        v-for
    
    
        
            {{ n }}
        

    这是完整的。


    répondre
    0
  • Annulerrépondre