mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-06 08:43:15 +08:00
init: antdv-next
This commit is contained in:
2
apps/web-antd/types/global-components.d.ts
vendored
2
apps/web-antd/types/global-components.d.ts
vendored
@@ -3,7 +3,7 @@ export {};
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof import('ant-design-vue/es/button')['default'];
|
||||
AButton: typeof import('antdv-next/es/button')['default'];
|
||||
GhostButton: typeof import('#/components/global/button')['GhostButton']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user