refactor: mp comps

This commit is contained in:
xingyu4j
2025-11-13 14:44:08 +08:00
parent 9a53edec8d
commit 1ef38bc8b9
45 changed files with 48 additions and 2678 deletions

View File

@@ -8,12 +8,14 @@ import { formatDate2 } from '@vben/utils';
import { Button, Image, Tag } from 'ant-design-vue';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { WxLocation } from '#/views/mp/components/wx-location';
import { MsgType } from '#/views/mp/components/wx-msg/types';
import { WxMusic } from '#/views/mp/components/wx-music';
import { WxNews } from '#/views/mp/components/wx-news';
import { WxVideoPlayer } from '#/views/mp/components/wx-video-play';
import { WxVoicePlayer } from '#/views/mp/components/wx-voice-play';
import {
MsgType,
WxLocation,
WxMusic,
WxNews,
WxVideoPlayer,
WxVoicePlayer,
} from '#/views/mp/components';
// TODO @dylanvue 组件名小写 + 中划线