文件-首选项-用户代码片段-vue.json

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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-11-20
  • 2022-12-23
  • 2021-04-09
  • 2022-02-21
猜你喜欢
  • 2021-06-14
  • 2021-05-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-12-25
相关资源
相似解决方案