tailwindcss upgrade

This commit is contained in:
2025-01-28 18:13:24 +08:00
parent 3bcd12eaaf
commit ab54c72179
8 changed files with 407 additions and 69 deletions

View File

@@ -2,6 +2,7 @@ import { ref } from "vue"
/**
* 该hook传入一个远程数据储存默认值以及请求服务器的异步函数以及请求远程数据的函数
* 后续使用@tanstack/vue-query库来管理远程数据
*/
const useFetchData = (defaultValue = {}, fetDataFunc) => {
const loadingData = ref(defaultValue) // 远程请求的数据