Skip to content

Commit

Permalink
fix(types): update GlobalComponents declarations (#3255)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharerMax authored Sep 25, 2024
1 parent d6a6e1d commit e967405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-vue/components/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NotificationMethod } from './notification';
import { ModalMethod } from './modal';
import { DrawerMethod } from './drawer';

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
AAffix: typeof import('@arco-design/web-vue')['Affix'];
AAlert: typeof import('@arco-design/web-vue')['Alert'];
Expand Down

0 comments on commit e967405

Please sign in to comment.