@volar/html2pug
Advanced tools
Changelog
0.31.3 (2022/2/13)
@
(#949)v-bind:*
, v-on:*
to auto-complete (#949)process.env.NODE_ENV === 'production'
env (#915)<script setup>
(#938)Changelog
0.31.0 (2022/1/22)
<script setup>
without extra tsconfig setting (#538)_
prefixes in v-for (#878)<script setup>
used in <script>
(#766)Changelog
0.30.6 (2022/1/19)
withDefaults
for props type in template (#868)schemas/tsconfig.schema.json
missing (#869)editor.semanticHighlighting.enabled
by default to avoid component tag show invalid color when installed some themesBreaking changes
<script setup>
, ignore extra component options wrapper function (defineComponent
/ Vue.extends
...)Changelog
0.30.5 (2022/1/17)
vueCompilerOptions
intellisense not working on jsconfigChangelog
0.30.3 (2022/1/16)
()
to as expression (v-bind="foo as string"
-> v-bind="(foo as string)"
(#859)vueCompilerOptions
intellisense in tsconfig (#833)Known regressions
withDefaults