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.
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.41.1",
3
+ "version": "2.41.3",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",