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
打包的时候会报错
No response
现在只能webpack打包
The text was updated successfully, but these errors were encountered:
vite 的 umd 转 xe-utils ,运行也会报错
Sorry, something went wrong.
貌似是 vxe-table v2 版本使用 xe-utils 的问题
vxe-table
xe-utils
我发现我的问题了,xe-utils 在 vxe-table v2 版本下,必须要在 vxe-table import 之前引入
import VXETable from 'vxe-table' import XEUtils from 'xe-utils'
改为
import XEUtils from 'xe-utils' import VXETable from 'vxe-table'
No branches or pull requests
这个需求解决了什么问题:
打包的时候会报错
建议的 API 是什么样的:
No response
是否已有其他不错的替代方案:
现在只能webpack打包
The text was updated successfully, but these errors were encountered: