IDEA new Vue component - Go语言中文社区

IDEA new Vue component


IDEA安装vue插件之后,new的时候没有Vue component。
解决办法:
1、Settings–>Editor–>File and Code Tempates 点击+ 号新建一个vue,如下图,建好之后 Apply,ok

在这里插入图片描述
在这里插入图片描述
模板:

<template>

</template>

<script>
    export default {
        name:"${NAME}"
    }
</script>

<style scoped>

</style>
版权声明:本文来源CSDN,感谢博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。
原文链接:https://blog.csdn.net/qq_30606379/article/details/112155641
站方申明:本站部分内容来自社区用户分享,若涉及侵权,请联系站方删除。
  • 发表于 2021-05-29 15:24:00
  • 阅读 ( 492 )
  • 分类:前端

0 条评论

请先 登录 后评论

官方社群

GO教程

猜你喜欢