Compare commits
1 Commits
locallized
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 9edb8aa930 |
+1
-1
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user