chore: form modal/drawer should not closeable on click mask

This commit is contained in:
dap
2024-09-20 14:48:17 +08:00
parent e8a2916470
commit 42ead07555
9 changed files with 10 additions and 10 deletions

View File

@@ -75,7 +75,7 @@ async function handleCancel() {
</script>
<template>
<BasicModal :title="title" class="w-[550px]">
<BasicModal :close-on-click-modal="false" :title="title" class="w-[550px]">
<BasicForm />
</BasicModal>
</template>