分类

链接

2022 年 3 月
 123456
78910111213
14151617181920
21222324252627
28293031  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > Others > 正文
共享办公室出租
vue3无法使用vue-devtools
Others 暂无评论 阅读(199)
const app = createApp(App)
.use(router)
.use(i18n)
.use(lazyPlugin,{
loading:require('@/assets/images/default.png'), // 图片加载时默认图片
error:require('@/assets/images/error.png')// 图片加载失败时默认图片
})
.mount('#app')
//add support for vue-devtools
const win = window;
if(process.env.NODE_ENV === 'development'){
if('__VUE_DEVTOOLS_GLOBAL_HOOK__'inwin){
win.__VUE_DEVTOOLS_GLOBAL_HOOK__ = app;
}
}

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:vue3无法使用vue-devtools | Bruce's Blog

发表评论

留言无头像?