sublime text3 制作vue文件模板!下面由sublime教程欄目給大家介紹sublime text3如何制作vue文件模板,希望對需要的朋友有所幫助!
<template> </template> <script type="ecmascript-6"> </script> <style rel="stylesheet"> </style>
,{ "caption": "Tmpl: Create vue", "command": "sublime_tmpl", "args": {"type": "vue"} }
[ { "keys": ["ctrl+alt+e"], "command": "sublime_tmpl", "args": {"type": "vue"}, "context": [{"key": "sublime_tmpl.vue"}] } ]
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END