Closed nerijunior closed 9 years ago
I'm sorry you can't. template
is reserved by Meteor.
Exists some alternative?
If you want to use componant, there is a great guide from official doc of Vue.js. Or you can simply use div
, like <div v-repeat='list'>
, and bind the data with meteor-vue [[msg]]
@zhouzhuojie Thanks!
How can I set a template to use on a
v-repeat
like this: