mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
lint fix
This commit is contained in:
parent
ba309fdf90
commit
c86a7c8df1
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
const $appState = {
|
||||
install: (Vue, options) => {
|
||||
Vue.config.globalProperties.$appState = reactive({
|
||||
theme: 'lara-light-blue',
|
||||
darkTheme: false,
|
||||
codeSandbox: false,
|
||||
sourceType: 'options-api',
|
||||
newsActive: true,
|
||||
install: (Vue) => {
|
||||
Vue.config.globalProperties.$appState = reactive({
|
||||
theme: 'lara-light-blue',
|
||||
darkTheme: false,
|
||||
codeSandbox: false,
|
||||
sourceType: 'options-api',
|
||||
newsActive: true,
|
||||
announcement: {},
|
||||
storageKey: 'primevue'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue