vue.json加ts
"Print to console": { "prefix": "ts", "body": [ "<template>", "\t<div>", "\t</div>", "</template>", "<script lang=\"ts\">", "import {defineComponent} from 'vue';", "export default defineComponent({})","</script>","<style scoped>","</style>" ], "description": "Log output to console" }
本文来自博客园,作者:zjxgdq,转载请注明原文链接:https://www.cnblogs.com/zjxzhj/p/14902041.html