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
None
因为全局注册,想在 vue 的 GlobalComponents 中声明一下类型 发现 VxeTable 的类型的声明文件在vxe-pc-ui中 未来是会迁移回VxeTable库,还是说整个VxeTable的代码会合并到vxe-pc-ui中呢?
declare module "vue" { export interface GlobalComponents { VxeTable: (typeof import("vxe-pc-ui"))["VxeTable"]; } }
目前是按照上面这样写的,不知道是否有更好的写法
No response
Mac
Electron 22
^3.4.0
^4.0.94
^4.7.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可复现的链接(包含复现链接与示例代码):
None
问题描述与截图:
因为全局注册,想在 vue 的 GlobalComponents 中声明一下类型
发现 VxeTable 的类型的声明文件在vxe-pc-ui中
未来是会迁移回VxeTable库,还是说整个VxeTable的代码会合并到vxe-pc-ui中呢?
目前是按照上面这样写的,不知道是否有更好的写法
期望的结果:
No response
操作系统:
Mac
浏览器版本:
Electron 22
vue 版本:
^3.4.0
vxe-pc-ui 版本:
^4.0.94
vxe-table 版本:
^4.7.0
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: