-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
组件打包安装后vue-demi报错,Cannot read properties of undefined (reading 'warn') #745
Comments
|
|
我也看vue-demi代码了,index.cjs文件中是已经有判断了,但是index.mjs中是没有那段判断的,而我这编译完vue-charts后的文件里用的就是index.mjs的代码,请问下这个是我环境配置的问题吗? |
看看你的 |
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"} |
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"} 根据上面代码来看应该是vue-echarts跟我的项目引入方式冲突? |
最后这么解决的? |
请确认
您是如何将 Vue-ECharts 引入项目的?
通过 ES 模块 import
版本信息
问题详情
vueuse/vue-demi#192
vue-demi有一个问题导致了我这边在依赖带有vue-echarts的组件时报错
问题复现
无
The text was updated successfully, but these errors were encountered: