ktsn / vue-designer

Vue component design tool
https://marketplace.visualstudio.com/items?itemName=ktsn.vue-designer
MIT License
368 stars 22 forks source link

feat: resolve template element having control directives #44

Closed ktsn closed 6 years ago

ktsn commented 6 years ago

v-if, v-else, v-else-if and v-for can be used on <template> element and the rendered html will not have the element. It expands the children of the <template>.

References: