fix: home

This commit is contained in:
talktao 2022-08-25 18:33:17 +08:00
parent 0eaff6e6e1
commit 06ccf8f51c

View File

@ -25,6 +25,7 @@ const useShowList = () => {
return toRefs(state);
};
const { list } = useShowList();
console.log(list, "list");
//
const get = async () => {