Emmet is not supported inside tag.
For example:
<template>
<div class="test">
ul>li*5
</div>
</template>
I am using:
Os: win 10
Editor: VSC: 1.13.1
Vetur 0.9.0
`
Do you have this setting?
https://vuejs.github.io/vetur/emmet.html
New emmet is not available yet. https://github.com/vuejs/vetur/issues/232
@octref Thanks for the help.
So went to File > Preference > Settings and then in the settings.json - user settings i added
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
}
Most helpful comment
@octref Thanks for the help.
So went to File > Preference > Settings and then in the settings.json - user settings i added