fix: todo修复

This commit is contained in:
hw
2025-11-21 18:19:42 +08:00
parent 0251dc2f3b
commit 8d7d3d5fe1
86 changed files with 963 additions and 1195 deletions

View File

@@ -1,3 +0,0 @@
export { default } from './wx-music.vue';
// TODO @hw每个组件下的 index.ts 要不都删除,统一在 mp/components/index.ts 暴露就好了?

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
import { ElLink } from 'element-plus';
/** 微信消息 - 音乐 */
defineOptions({ name: 'Music' });
@@ -36,8 +37,7 @@ defineExpose({
<template>
<div>
<!-- TODO @hwElLink -->
<el-link
<ElLink
type="success"
:underline="false"
target="_blank"
@@ -56,7 +56,7 @@ defineExpose({
</div>
</div>
</div>
</el-link>
</ElLink>
</div>
</template>