Merge pull request #2316 from hsldymq/fix-app-global-prop-vue3
fix global prop type definition in Vue 3pull/2322/head
commit
d12996763c
|
@ -62,3 +62,11 @@ declare module 'vue/types/vue' {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare module '@vue/runtime-core' {
|
||||||
|
interface ComponentCustomProperties {
|
||||||
|
$primevue: {
|
||||||
|
config: PrimeVueConfiguration;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue