review:【antd/ele】【MP】代码迁移的 review

This commit is contained in:
YunaiV
2025-12-15 14:27:09 +08:00
parent 43f3303ad2
commit 3088fb3d46
7 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { MpMaterialApi } from '#/api/mp/material';
import { computed, provide, ref } from 'vue';
import { provide, ref } from 'vue';
import { useAccess } from '@vben/access';
import { confirm, DocAlert, Page } from '@vben/common-ui';