File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ import type { MessageInstance } from 'ant-design-vue/es/message/interface';
9797import type { ModalStaticFunctions } from ' ant-design-vue/es/modal/confirm' ;
9898import type { NotificationInstance } from ' ant-design-vue/es/notification/interface' ;
9999
100- export const useGloablStore = defineStore (' global' , () => {
100+ export const useGlobalStore = defineStore (' global' , () => {
101101 const message: MessageInstance = ref ();
102102 const notification: NotificationInstance = ref ();
103103 const modal: Omit <ModalStaticFunctions , ' warn' > = ref ();
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ import type { MessageInstance } from 'ant-design-vue/es/message/interface';
9898import type { ModalStaticFunctions } from ' ant-design-vue/es/modal/confirm' ;
9999import type { NotificationInstance } from ' ant-design-vue/es/notification/interface' ;
100100
101- export const useGloablStore = defineStore (' global' , () => {
101+ export const useGlobalStore = defineStore (' global' , () => {
102102 const message: MessageInstance = ref ();
103103 const notification: NotificationInstance = ref ();
104104 const modal: Omit <ModalStaticFunctions , ' warn' > = ref ();
You can’t perform that action at this time.
0 commit comments