- Notifications
You must be signed in to change notification settings - Fork433
Open
Description
In theshims-vue.d.ts
file:
importVuefrom'vue';declare module'vue/types/vue'{interfaceVue{$messageBox:any;}}declare module'*.vue'{importVuefrom'vue';exportdefaultVue;}declare module'*.js';
I want to add the '$messageBox' in 'this', but i got the error in Vue component file:
My code is :
@Component({ components: { [Dialog.Component.name]: Dialog.Component, },})
Metadata
Metadata
Assignees
Labels
No labels