feat: add auto import

This commit is contained in:
2025-09-15 09:00:41 +08:00
parent 06cad8e63a
commit 15885463d3
7 changed files with 147 additions and 15 deletions

View File

@@ -1,5 +1,4 @@
<script lang="ts" setup>
import { onMounted, ref } from "vue";
import { range } from "radash";
import { usePagination } from "@/utils/pagination";