src/global.js aktualisiert

This commit is contained in:
2026-05-18 12:40:30 +02:00
parent cc3a5c77a0
commit 9edb8aa930
+1 -1
View File
@@ -1,7 +1,7 @@
import { ref, reactive, watch } from 'vue'
import { list as fetchUsers } from '@/api/user'
// todo 缓存所有用户信息
// todo Cache all user information.
export function loadAllUsers () {
const allUsers = ref([])
const getAllUsers = async () => {