🐛 修复 Qdana 报错

This commit is contained in:
BTMuli
2023-07-29 12:26:00 +08:00
parent 4b407ea56e
commit 36e99ba5d2
10 changed files with 9 additions and 17 deletions

View File

@@ -18,14 +18,14 @@ interface TolProps {
hide?: true;
}
const showTolo = ref(!props.hide);
const showToli = ref(!props.hide);
const props = withDefaults(defineProps<TolProps>(), {
modelValue: false,
blurVal: "20px",
});
const showTolo = ref(!props.hide);
const showToli = ref(!props.hide);
watch(
() => props.modelValue,
() => {