add domainRemovemodal
This commit is contained in:
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>
|
Reference in New Issue
Block a user