mirror of https://github.com/halo-dev/halo-admin
parent
abd6d90377
commit
b1cc54335d
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts" setup>
|
||||
import { IconArrowLeft, IconArrowRight } from "../../icons/icons";
|
||||
import { ref, toRefs, watch, watchEffect } from "vue";
|
||||
import { ref, watch } from "vue";
|
||||
import { useOffsetPagination } from "@vueuse/core";
|
||||
|
||||
const props = withDefaults(
|
||||
|
|
Loading…
Reference in New Issue