darkTheme fix
parent
4042806a66
commit
470a4289e5
|
@ -118,7 +118,7 @@ router.beforeEach(function (to, from, next) {
|
|||
|
||||
const app = createApp(App);
|
||||
|
||||
app.config.globalProperties.$appState = reactive({darkTheme: false, codeSandbox: false, sourceType: 'options-api'});
|
||||
app.config.globalProperties.$appState = reactive({darkTheme: true, codeSandbox: false, sourceType: 'options-api'});
|
||||
|
||||
app.use(PrimeVue, {ripple: true});
|
||||
app.use(ToastService);
|
||||
|
|
Loading…
Reference in New Issue