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

This commit is contained in:
YunaiV
2025-11-26 19:17:55 +08:00
parent d5e2afdb55
commit 4af433e4d7
4 changed files with 30 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ import type { WxMusicProps } from './types';
import { computed } from 'vue';
import { ElLink } from 'element-plus';
/** 微信消息 - 音乐 */
defineOptions({ name: 'WxMusic' });