This commit is contained in:
Tuğçe Küçükoğlu 2022-12-09 23:47:50 +03:00
parent 9d2402658a
commit e772587fbc
2 changed files with 4 additions and 0 deletions

View file

@ -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);
});