chore: desc

This commit is contained in:
dap
2024-09-12 10:06:11 +08:00
parent 8557a31ea1
commit 8e973dd8bc
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
<script setup lang="ts">
import { onBeforeUnmount } from 'vue';
import { useVbenModal } from '@vben/common-ui';
import { Description, useDescription } from '#/components/description';
@@ -19,6 +21,8 @@ const [BasicModal, modalApi] = useVbenModal({
setDescProps({ data }, true);
},
});
onBeforeUnmount(() => console.log('before unmount'));
</script>
<template>