From b7c58933c86af3335c2f940fa2c4c438207a5713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 11 Oct 2021 20:35:12 +0300 Subject: [PATCH] refactor --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 078ce55b9..861754e70 100644 --- a/src/main.js +++ b/src/main.js @@ -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);