Make aura default

This commit is contained in:
Cagatay Civici 2024-01-18 06:51:37 +03:00
parent 60193987ef
commit 9efff5b52b
18 changed files with 2549 additions and 74 deletions

View file

@ -1,7 +1,7 @@
const $appState = {
install: (Vue, options) => {
Vue.config.globalProperties.$appState = reactive({
theme: 'lara-light-green',
theme: 'aura-light-green',
darkTheme: false,
codeSandbox: false,
sourceType: 'options-api',