fix: when modal and drawer exist at the same time, click Close All (#4521)

This commit is contained in:
Vben
2024-09-26 22:50:37 +08:00
committed by GitHub
parent 17fa8eb93b
commit 26646d42f7
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ useScrollLock();
<template>
<div
class="bg-overlay fixed inset-0 z-[1000]"
data-dismissable-modal="true"
data-dismissable-drawer="true"
></div>
</template>