mirror of
https://github.com/talktao/Vue3-Vite-Vant-TS-H5.git
synced 2025-04-06 03:57:55 +08:00
fix: home
This commit is contained in:
parent
0eaff6e6e1
commit
06ccf8f51c
@ -25,6 +25,7 @@ const useShowList = () => {
|
|||||||
return toRefs(state);
|
return toRefs(state);
|
||||||
};
|
};
|
||||||
const { list } = useShowList();
|
const { list } = useShowList();
|
||||||
|
console.log(list, "list");
|
||||||
|
|
||||||
// 请求真实数据
|
// 请求真实数据
|
||||||
const get = async () => {
|
const get = async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user