adminforth 2.41.1 → 2.41.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/spa/src/App.vue +1 -1
- package/package.json +1 -1
package/dist/spa/src/App.vue
CHANGED
|
@@ -333,7 +333,7 @@ onMounted(async () => {
|
|
|
333
333
|
await loadMenu(); // and this
|
|
334
334
|
// before init flowbite we have to wait router initialized because it affects dom(our v-ifs) and fetch menu
|
|
335
335
|
await initRouter();
|
|
336
|
-
|
|
336
|
+
document.documentElement.setAttribute('data-theme', theme.value);
|
|
337
337
|
menu.refreshMenuBadges = async () => {
|
|
338
338
|
await coreStore.fetchMenuBadges();
|
|
339
339
|
}
|