mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
🐛 修复首页卡素材日历的问题
This commit is contained in:
@@ -35,10 +35,10 @@ interface LoadingProps {
|
|||||||
empty?: boolean;
|
empty?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
const show = ref(false);
|
const show = ref(true);
|
||||||
|
|
||||||
const props = withDefaults(defineProps<LoadingProps>(), {
|
const props = withDefaults(defineProps<LoadingProps>(), {
|
||||||
modelValue: false,
|
modelValue: true,
|
||||||
title: "加载中",
|
title: "加载中",
|
||||||
subtitle: "",
|
subtitle: "",
|
||||||
content: "",
|
content: "",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TOverlay v-model="visible">
|
<TOverlay v-model="visible" hide>
|
||||||
<div class="toc-box">
|
<div class="toc-box">
|
||||||
<div class="box-div">
|
<div class="box-div">
|
||||||
<div class="toc-top">
|
<div class="toc-top">
|
||||||
|
|||||||
Reference in New Issue
Block a user