From 9edb8aa93037329de76d95db5405f46a9b478c01 Mon Sep 17 00:00:00 2001 From: Ralf Ulonska Date: Mon, 18 May 2026 12:40:30 +0200 Subject: [PATCH] src/global.js aktualisiert --- src/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.js b/src/global.js index c564033..de983dc 100644 --- a/src/global.js +++ b/src/global.js @@ -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 () => {