mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
lint fix
This commit is contained in:
parent
9d2402658a
commit
e772587fbc
2 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@ const $appState = {
|
|||
Vue.config.globalProperties.$appState = reactive({ theme: 'lara-light-blue', darkTheme: false, codeSandbox: false, sourceType: 'options-api', newsActive: process.env.NODE_ENV === 'production', announcement: {} });
|
||||
}
|
||||
};
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.use($appState);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue