mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
types: fix ComponentCustomProperties
This commit is contained in:
4
types/notify.d.ts
vendored
4
types/notify.d.ts
vendored
@@ -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