mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
🐛 修复内部点击异常 cancel 的问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<transition enter-from-class="tolo-enter-from" name="tolo">
|
||||
<div v-show="showTolo" class="tolo-box" @click="toClick">
|
||||
<div v-show="showTolo" class="tolo-box" @click.self.prevent="toClick">
|
||||
<transition enter-from-class="toli-enter-from" name="toli">
|
||||
<slot v-if="showToli" />
|
||||
</transition>
|
||||
|
||||
Reference in New Issue
Block a user