1
是否可以使用v-for動態加載vue組件?v-for動態組件vuejs 1.0
data: {
"components" : [
{"type": "my-first"},
{"type": "my-second"}
]
}
<component v-for="com in components" is="com.type"></component>
我已經看到用v重複一個例子,但這在Vue公司1.0棄用。 link
是有可能。請參閱https://github.com/vuejs/vue/issues/2424 –