🐛 修复一些问题

This commit is contained in:
BTMuli
2023-09-08 10:15:38 +08:00
parent afb0f317cc
commit 46a4752140
2 changed files with 2 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ const show = ref(true);
const props = withDefaults(defineProps<LoadingProps>(), {
modelValue: true,
title: "加载中",
subtitle: "",
empty: false,
});