layout.js #3041
-
hello |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
ok, so on /src/layout/AppConfig.vue for Pinia another story |
Beta Was this translation helpful? Give feedback.
-
hello |
Beta Was this translation helpful? Give feedback.
-
ok, so on /src/layout/AppConfig.vue for Pinia another story |
Beta Was this translation helpful? Give feedback.
ok, so on /src/layout/AppConfig.vue
add before the closing tag </script>
updatePreset(getPresetExt()); onPresetChange();
with this change layoutConfig from
/src/layout/composables/layout.js
const layoutConfig = reactive({ preset: 'Aura', primary: 'green', surface: null, darkTheme: false, menuMode: 'drawer', menuTheme: 'light' });
will apply on page refresh as default
for Pinia another story
resolved