Fixed #3902 - Add global pt option to PrimeVue config

This commit is contained in:
mertsincan 2023-04-25 12:36:01 +01:00
parent 2b40ff3dd2
commit bd97a3e733
3 changed files with 19 additions and 3 deletions

View file

@ -130,7 +130,8 @@ const defaultOptions = {
overlay: 1000,
menu: 1000,
tooltip: 1100
}
},
pt: undefined
};
const PrimeVueSymbol = Symbol();