tangbc / sugar

A lightweight and powerful JavaScript MVVM library. Used for production or learning how to make a full MVVM.
https://github.com/tangbc/sugar/wiki
MIT License
353 stars 60 forks source link

v-for 使用的时候一定要用标签给包住,不然会不执行v-for的内容。 #7

Open ZHOUYUANN opened 4 years ago

ZHOUYUANN commented 4 years ago

如题,试了几次还以为是自己写错了,但却是有这个错误,vue也试了没有这个情况,感觉有点强迫。

tangbc commented 4 years ago

你是说根节点使用 v-for 吗?

ZHOUYUANN commented 4 years ago

你是说根节点使用 v-for 吗? 对呀,看下面的图 1594104970(1) 1594104941(1)

tangbc commented 3 years ago

是的,Vue 最初的 1.x 版本也是不允许在根节点用 v-for 和 v-if 的。