vue-vine / vue-vine

Another style of writing Vue components.

Home Page:https://vue-vine.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support HTML Emmet in VSCode extension

ShenQingchuan opened this issue · comments

Support using Emmet inside template.

For example:

div  ---> <div></div>
div.foo  ---> <div class="foo"></div>

This is done by adc349b