Enable codesandbox

pull/938/head
Cagatay Civici 2021-02-02 18:18:01 +03:00
parent 90321e0598
commit 2c61f09d41
1 changed files with 1 additions and 1 deletions

View File

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