Disabled news

This commit is contained in:
Cagatay Civici 2023-01-30 16:02:25 +03:00
parent 216f519e4a
commit cf1a9838d6
3 changed files with 6 additions and 6 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: false, announcement: {} });
}
};