review:【antd/ele】【MP】代码迁移的 review
This commit is contained in:
@@ -493,6 +493,7 @@ watch(
|
||||
</template>
|
||||
</VoiceGrid>
|
||||
</div>
|
||||
|
||||
<!-- 类型:video -->
|
||||
<div v-else-if="props.type === 'video'">
|
||||
<VideoGrid>
|
||||
@@ -507,6 +508,7 @@ watch(
|
||||
</template>
|
||||
</VideoGrid>
|
||||
</div>
|
||||
|
||||
<!-- 类型:news -->
|
||||
<div v-else-if="props.type === 'news'" class="news-grid-wrapper">
|
||||
<NewsGrid>
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user