There's no emmet autocompletion inside the render function in .vue files. It works perfectly inside the template tag.
https://i.imgur.com/i31TAsC.png
But not on inside the render function
Reproducible CaseInside a .vue component
<script>
export default {
render(h) {
return (
<div>
// try emmet here
</div>
)
}
}
</script>
wenfangdu, viewweiwu, vutran6853, Aningaaq, Sun79 and 1 more
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4