darkTheme fix

pull/2182/head
Tuğçe Küçükoğlu 2022-02-16 12:06:37 +03:00 committed by Tuğçe Küçükoğlu
parent 4042806a66
commit 470a4289e5
1 changed files with 1 additions and 1 deletions

View File

@ -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);