chore: update

This commit is contained in:
xiaoxian521
2024-05-09 21:43:20 +08:00
parent de00537fdd
commit 30f598dfa5
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ import EnterOutlined from "@/assets/svg/enter_outlined.svg?component";
import ArrowUpLine from "@iconify-icons/ri/arrow-up-line";
import ArrowDownLine from "@iconify-icons/ri/arrow-down-line";
const props = withDefaults(defineProps<{ total: number }>(), {
withDefaults(defineProps<{ total: number }>(), {
total: 0
});