Merge branch 'main' into example

This commit is contained in:
Soybean
2025-06-09 22:49:41 +08:00
61 changed files with 2594 additions and 2382 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { actionDelegationMiddleware, useAutoRequest } from '@sa/alova/client';
import { ref } from 'vue';
import { actionDelegationMiddleware, useAutoRequest } from '@sa/alova/client';
import { alova } from '@/service-alova/request';
const getLastTime = alova.Get<{ time: string }>('/mock/getLastTime', { cacheFor: null });