From 2c61f09d4141d75dc329c78d638cd199d44762bf Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 2 Feb 2021 18:18:01 +0300 Subject: [PATCH] Enable codesandbox --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 368775c7e..b666f189a 100644 --- a/src/main.js +++ b/src/main.js @@ -110,7 +110,7 @@ router.beforeEach(function (to, from, next) { const app = createApp(App); -app.config.globalProperties.$appState = reactive({inputStyle: 'outlined', darkTheme: false, codeSandbox: false}); +app.config.globalProperties.$appState = reactive({inputStyle: 'outlined', darkTheme: false, codeSandbox: true}); app.use(PrimeVue, {ripple: true}); app.use(ToastService);