sunlime vue es6高亮
Posted 静静的fire
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sunlime vue es6高亮相关的知识,希望对你有一定的参考价值。
- 按住 ctrl + shift + p
- 输入:install Package
- 输入: Vue Syntax Highlight
下面接着,假设你要在script里用es6语法高亮, style里用stylus语法高亮,你要这样做
- ctrl+shift+p install 安装babel, stylus
- 分别在<script>和<style>标签上加上
type="text/babel"
和lang="stylus"
script标签中不要加type
以上是关于sunlime vue es6高亮的主要内容,如果未能解决你的问题,请参考以下文章