add domainRemovemodal
This commit is contained in:
parent
69613f9b6e
commit
753e950fae
13
web/src/components/domains/DomainRemoveModal.vue
Normal file
13
web/src/components/domains/DomainRemoveModal.vue
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<template>
|
||||||
|
<NModal :mask-closable="false" :show="show">
|
||||||
|
|
||||||
|
</NModal>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup lang="ts">
|
||||||
|
import { NModal } from 'naive-ui'
|
||||||
|
|
||||||
|
const props = defineProps<{
|
||||||
|
show: boolean
|
||||||
|
}>()
|
||||||
|
</script>
|
Loading…
Reference in New Issue
Block a user