pull/1664/head
Tuğçe Küçükoğlu 2021-10-11 20:35:12 +03:00
parent e4e3e1adb0
commit b7c58933c8
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: true, sourceType: 'options-api'});
app.config.globalProperties.$appState = reactive({darkTheme: false, codeSandbox: false, sourceType: 'options-api'});
app.use(PrimeVue, {ripple: true});
app.use(ToastService);