mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 02:02:01 +08:00
feat: GhostButton component
This commit is contained in:
1
apps/web-antd/types/global-components.d.ts
vendored
1
apps/web-antd/types/global-components.d.ts
vendored
@@ -4,5 +4,6 @@ export {};
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof import('ant-design-vue/es/button')['default'];
|
||||
GhostButton: typeof import('#/components/global/button')['GhostButton']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user