Fix opening last active tab

This commit is contained in:
Natsumi
2026-01-22 16:18:07 +13:00
parent 98fbadae2f
commit a1f4a22609
8 changed files with 34 additions and 32 deletions
+1
View File
@@ -47,6 +47,7 @@ export const useAvatarStore = defineStore('Avatar', () => {
const avatarDialog = ref({
visible: false,
loading: false,
lastActiveTab: 'Info',
id: '',
memo: '',
ref: {},