🐛 修复首页卡素材日历的问题

This commit is contained in:
BTMuli
2023-05-26 11:39:06 +08:00
parent 9978becb3b
commit 5a14b90b67
2 changed files with 3 additions and 3 deletions

View File

@@ -35,10 +35,10 @@ interface LoadingProps {
empty?: boolean;
}
const show = ref(false);
const show = ref(true);
const props = withDefaults(defineProps<LoadingProps>(), {
modelValue: false,
modelValue: true,
title: "加载中",
subtitle: "",
content: "",