mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-15 11:52:01 +08:00
chore: wrong debug log
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<script setup lang="ts">
|
||||
import { onBeforeUnmount } from 'vue';
|
||||
|
||||
import { useVbenModal } from '@vben/common-ui';
|
||||
|
||||
import { Description, useDescription } from '#/components/description';
|
||||
@@ -21,8 +19,6 @@ const [BasicModal, modalApi] = useVbenModal({
|
||||
setDescProps({ data }, true);
|
||||
},
|
||||
});
|
||||
|
||||
onBeforeUnmount(() => console.log('before unmount'));
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user