Fixed type
parent
0857d5e7e4
commit
67d772bfd1
|
@ -33,6 +33,8 @@ export const install: PluginFunction<{}>;
|
||||||
|
|
||||||
declare module 'vue/types/vue' {
|
declare module 'vue/types/vue' {
|
||||||
interface Vue {
|
interface Vue {
|
||||||
$primevue: PrimeVueConfiguration;
|
$primevue: {
|
||||||
|
config: PrimeVueConfiguration;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue