其他分享
首页 > 其他分享> > vue.json加ts

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" }

标签:body,vue,console,description,ts,json,defineComponent
来源: https://www.cnblogs.com/zjxzhj/p/14902041.html