fix: user info

This commit is contained in:
2026-04-03 15:53:31 +02:00
parent 3083330fcd
commit 2f7e313c95
23 changed files with 82 additions and 62 deletions

View File

@@ -201,7 +201,7 @@
import { useEditable } from '@/composable/useConteditable';
import Default from '@/layouts/default.vue';
import { langs } from '@/router/langs';
import { useProductStore } from '@/stores/product';
import { useProductStore } from '@/stores/admin/product';
import { useSettingsStore } from '@/stores/admin/settings';
import type { EditorToolbarItem } from '@nuxt/ui';
import { onMounted, ref, watch } from 'vue';