mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🎨 点击外部也给退出好了
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
// vue
|
// vue
|
||||||
import { onUpdated, ref, provide, watch, toRefs } from "vue";
|
import { ref, watch } from "vue";
|
||||||
|
|
||||||
interface TolProps {
|
interface TolProps {
|
||||||
modelValue: boolean;
|
modelValue: boolean;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<TOverlay v-model="visible" hide>
|
<TOverlay v-model="visible" hide :to-click="onCancel">
|
||||||
<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