文件-->首選項-->用戶代碼片斷-->點擊新建代碼片斷--取名vue.json 肯定vue
{ "Print to console": { "prefix": "vue", "body": [ "<!-- $1 -->", "<template>", "<div class='$2'>$5</div>", "</template>", "", "<script>", "export default {", "components: {},", "data() {", "return {", "", "};", "},", "computed: {},", "watch: {},", "methods: {", "", "},", "created() {", "", "},", "mounted() {", "", "},", "}", "</script>", "<style scoped>", "$4", "</style>" ], "description": "Log output to console" } }