mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
News updates
This commit is contained in:
parent
380fa8de62
commit
0a84a658a1
2 changed files with 11 additions and 1 deletions
|
@ -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: false, announcement: {} });
|
||||
Vue.config.globalProperties.$appState = reactive({ theme: 'lara-light-blue', darkTheme: false, codeSandbox: false, sourceType: 'options-api', newsActive: true, announcement: {} });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue