This commit is contained in:
pa
2026-03-16 16:01:07 +09:00
parent 4c6f80277e
commit fadead9c80
24 changed files with 183 additions and 92 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { computed, reactive, ref, shallowReactive, watch } from 'vue';
import { defineStore } from 'pinia';
import { useI18n } from 'vue-i18n';
import {
compareByCreatedAt,
@@ -33,7 +33,7 @@ export const useUserStore = defineStore('User', () => {
const locationStore = useLocationStore();
const instanceStore = useInstanceStore();
const uiStore = useUiStore();
const { t } = useI18n();
const currentUser = ref({
acceptedPrivacyVersion: 0,