How to comment .vue files in sublime?
滿天的星座
滿天的星座 2017-07-05 10:37:32
0
4
939

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

滿天的星座
滿天的星座

reply all(4)
为情所困

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

淡淡烟草味
选中需要注释的内容按command+/ 或者 command+shift+/
女神的闺蜜爱上我

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template