vue3无法使用vue-devtools
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;
}
}
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · vue3+vite+多环境发面到二级目录配置
- · vue3 html2canvas导出透明png图片
- · vue/react/node/vite/npm/yarn build自动更新版本号
- · TinyMCE工具栏配置详解
- · vue获取节点的父节点、兄弟节点、子节点
- · vue3+vite3实现路由自动化
- · VUE/REACT图表
- · vue使用element-ui中的Message 、MessageBox 、Notification
- · vue import .scss报错
- · vue中引入.svg图标,使用iconfont图标库(SvgIcon组件使用)
- · vue 安装sass,运行后报错loaderContext.getResolve is not a function
- · vue中无法加载scss