上传
This commit is contained in:
@@ -55,6 +55,8 @@ const dialogStyle = computed(() => {
|
||||
height: unref(dialogHeight)
|
||||
}
|
||||
})
|
||||
|
||||
const emit = defineEmits(['close'])
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -66,6 +68,7 @@ const dialogStyle = computed(() => {
|
||||
draggable
|
||||
lock-scroll
|
||||
v-bind="getBindValue"
|
||||
@close="emit('close')"
|
||||
>
|
||||
<template #header>
|
||||
<div class="flex justify-between">
|
||||
|
||||
Reference in New Issue
Block a user