I used scaffolding to build a vue project, and then imported it into sublime text 3. I found that the // comment in the .vue file did not work. I searched on Baidu and found that there are no articles or blogs about this. Has anyone encountered this? Please explain this question
I think you can first download a Vue syntax highlighting plug-in in sublime, and then try whether the comments are useful
Reference link https://www.zhihu.com/questio...
It is recommended to use VS Code. It is not slower than sublime, but it is more open source than sublime. There are many plug-ins that support vue
Comments in template are the same as comments in .html
Comments in script tags are the same as comments in .js files
Comments in style are the same as comments in .css