{ "Print to console": { // prefix: 觸發的代碼,隨意設置,例如輸入sc就會提示設置好的代碼塊 "prefix": "sc", // body: 設置的代碼塊內容 "body": [ "<template>", " <div>\n", " </div>", "</template>\n", "<script>", " export default {", " name:'',", " data () {", " return {\n", " }", " },", " components: {\n", " }", " }", "</script>\n", "<style scpoed>\n", " ", "</style>", "$2" ], } }