1 Commits

Author SHA1 Message Date
ralfu 9edb8aa930 src/global.js aktualisiert 2026-05-18 12:40:30 +02:00
+1 -1
View File
@@ -1,7 +1,7 @@
import { ref, reactive, watch } from 'vue' import { ref, reactive, watch } from 'vue'
import { list as fetchUsers } from '@/api/user' import { list as fetchUsers } from '@/api/user'
// todo 缓存所有用户信息 // todo Cache all user information.
export function loadAllUsers () { export function loadAllUsers () {
const allUsers = ref([]) const allUsers = ref([])
const getAllUsers = async () => { const getAllUsers = async () => {