We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui
The text was updated successfully, but these errors were encountered:
我也是有这个问题,element-ui版本是2.15.14
Sorry, something went wrong.
可以尝试使用类似cdn的产出资源,不经过编译处理
link: vitejs/vite#12957
resolve: { alias: { 'vue': 'vue/dist/vue.esm.js' } }
需指定vue解析为esm版本
No branches or pull requests
我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui
The text was updated successfully, but these errors were encountered: