mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-02 01:13:23 +08:00
refactor(components): 重命名 GhostButton 为 ActionButton 以更准确描述用途
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
@@ -5,7 +5,7 @@ import { Button } from 'antdv-next/dist/button/Button';
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof Button;
|
||||
GhostButton: typeof Button;
|
||||
ActionButton: typeof Button;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user