types: fix ComponentCustomProperties
This commit is contained in:
Vendored
+2
-2
@@ -34,8 +34,8 @@ export interface Notify {
|
||||
Component: typeof VanComponent;
|
||||
}
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
declare module '@vue/runtime-core' {
|
||||
interface ComponentCustomProperties {
|
||||
$notify: Notify;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user