mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
chore: GlobalComponents
This commit is contained in:
8
apps/web-antd/types/global-components.d.ts
vendored
Normal file
8
apps/web-antd/types/global-components.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export {};
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof import('ant-design-vue/es/button')['default'];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user