pull/3642/head
Tuğçe Küçükoğlu 2023-02-06 18:10:51 +03:00
parent ba309fdf90
commit c86a7c8df1
1 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
const $appState = { const $appState = {
install: (Vue, options) => { install: (Vue) => {
Vue.config.globalProperties.$appState = reactive({ Vue.config.globalProperties.$appState = reactive({
theme: 'lara-light-blue', theme: 'lara-light-blue',
darkTheme: false, darkTheme: false,