feat:移除“ // 路由”重复注释。

This commit is contained in:
YunaiV
2025-10-21 20:56:53 +08:00
parent 28843fc8fe
commit 1286623863
18 changed files with 25 additions and 23 deletions

View File

@@ -24,7 +24,7 @@ import ImageDetail from './ImageDetail.vue';
// 暴露组件方法
const emits = defineEmits(['onRegeneration']);
const router = useRouter(); // 路由
const router = useRouter();
const [Drawer, drawerApi] = useVbenDrawer({
title: '图片详情',
footer: false,