storageKey added

pull/3711/head
Tuğçe Küçükoğlu 2023-03-08 12:58:44 +03:00
parent 0a84a658a1
commit c1c80e768a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const $appState = {
install: (Vue, options) => {
Vue.config.globalProperties.$appState = reactive({ theme: 'lara-light-blue', darkTheme: false, codeSandbox: false, sourceType: 'options-api', newsActive: true, announcement: {} });
Vue.config.globalProperties.$appState = reactive({ theme: 'lara-light-blue', darkTheme: false, codeSandbox: false, sourceType: 'options-api', newsActive: true, announcement: {}, storageKey: 'primevue' });
}
};