gpt4 book ai didi

webstorm - WebStorm 无法识别 .vue 文件

转载 作者:行者123 更新时间:2023-12-04 23:13:54 24 4
gpt4 key购买 nike

我通过Vue-CLI创建了一个Vue项目,当我使用WebStorm打开项目时,但.vue文件看起来像纯文本,没有高亮语法。

enter image description here

代码如下:

<template>
<div id="app">
<img src="./assets/logo.png">
<h1>{{ msg }}</h1>
<h2>Essential Links</h2>
<ul>
<li><a href="https://vuejs.org" target="_blank">Core Docs</a></li>
<li><a href="https://forum.vuejs.org" target="_blank">Forum</a></li>
<li><a href="https://chat.vuejs.org" target="_blank">Community Chat</a></li>
<li><a href="https://twitter.com/vuejs" target="_blank">Twitter</a></li>
</ul>
<h2>Ecosystem</h2>
<ul>
<li><a href="http://router.vuejs.org/" target="_blank">vue-router</a></li>
<li><a href="http://vuex.vuejs.org/" target="_blank">vuex</a></li>
<li><a href="http://vue-loader.vuejs.org/" target="_blank">vue-loader</a></li>
<li><a href="https://github.com/vuejs/awesome-vue" target="_blank">awesome-vue</a></li>
</ul>
</div>
</template>

<script>
export default {
name: 'app',
data () {
return {
msg: 'Welcome to Your Vue.js App'
}
}
}
</script>

<style>
#app {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}

h1, h2 {
font-weight: normal;
}

ul {
list-style-type: none;
padding: 0;
}

li {
display: inline-block;
margin: 0 10px;
}

a {
color: #42b983;
}
</style>

最佳答案

确保 Vue.js插件在 中启用偏好 |插件 - 它与最近的 WebStorm 版本捆绑在一起。如果已安装并启用,请确保 *.vue分机分配给 Vue.js 模板 偏好 |编辑 |文件类型 ,并且您没有 App.vue 注册的模式正文 那里的文件类型

关于webstorm - WebStorm 无法识别 .vue 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48592925/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com