mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
🐛 修复首页卡素材日历的问题
This commit is contained in:
@@ -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: "",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<TOverlay v-model="visible">
|
||||
<TOverlay v-model="visible" hide>
|
||||
<div class="toc-box">
|
||||
<div class="box-div">
|
||||
<div class="toc-top">
|
||||
|
||||
Reference in New Issue
Block a user