0
Follow
0
View

The vue display cannot be opened and the icon turns gray

cwy860603 注册会员
2023-02-26 15:15

The following answers are quoted from GPT-3 model, please use them wisely:

:

1.首先检查Vue文件是否引入正确,尤其是版本号;
2.检查CSS文件是否正确引入,路径是否正确;
3.检查JS文件是否正确引入,路径是否正确;
4.检查图片路径是否正确,是否文件类型正确;
5.检查文字内容语法是否正确,是否在相应的标签内写入;
6.Vue文件的代码编写也要注意,尤其是数据绑定。

例:
<script>
import Vue from 'vue';
import App from './App.vue';

Vue.config.productionTip = false;

new Vue({
  render: h => h(App),
}).$mount('#app');
script>

Please accept my answer if it answers your question

About the Author

Question Info

Publish Time
2023-02-26 15:15
Update Time
2023-02-26 15:15

Related Question

WebRTC getDisplayMedia不支持移动端浏览器

命令错误:(MongoServerError: bad auth: Authentication failed)

iOS发布应用程序在设备上崩溃是因为NSURL URLByAppendingPathComponent:]:组件或pathExtension不能为nil

寻找在axios拦截器中注入Vue数据的正确方法

关于keras和theano的一个问题

vue查看新闻详情问题

Vue 3 - $attrs Volar抱怨TypeScript错误

Vuejs映像src不是反应性的

构造器里是一个异步操作,resolve和then谁先执行

SpringSecurity CookieTheftException异常