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';
97
97
import type { ModalStaticFunctions } from ' ant-design-vue/es/modal/confirm' ;
98
98
import type { NotificationInstance } from ' ant-design-vue/es/notification/interface' ;
99
99
100
- export const useGloablStore = defineStore (' global' , () => {
100
+ export const useGlobalStore = defineStore (' global' , () => {
101
101
const message: MessageInstance = ref ();
102
102
const notification: NotificationInstance = ref ();
103
103
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';
98
98
import type { ModalStaticFunctions } from ' ant-design-vue/es/modal/confirm' ;
99
99
import type { NotificationInstance } from ' ant-design-vue/es/notification/interface' ;
100
100
101
- export const useGloablStore = defineStore (' global' , () => {
101
+ export const useGlobalStore = defineStore (' global' , () => {
102
102
const message: MessageInstance = ref ();
103
103
const notification: NotificationInstance = ref ();
104
104
const modal: Omit <ModalStaticFunctions , ' warn' > = ref ();
You can’t perform that action at this time.
0 commit comments