首页 > 其他 > 详细

vscode 自定义vue的代码片段

时间:2020-05-09 16:01:40      阅读:189      评论:0      收藏:0      [点我收藏+]
文件-首选项-用户代码片段
{
"Print to console": { "prefix": "vue", "body": [ "<template>", " <div class=\"page\">\n", " </div>", "</template>\n", "<script type=\"text/ecmascript-6\">", "export default {", " components: {\n", " },", " data() {", " return {\n", " }", " },", " methods: {\n", " }", "}", "</script>\n", "<style scoped lang=\"stylus\">", "</style>", "$2" ], "description": "Log output to console" } }

 

vscode 自定义vue的代码片段

原文:https://www.cnblogs.com/shanjinghao/p/12857911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!