feat:【antd】【mp】mp 的代码评审(components)

This commit is contained in:
YunaiV
2025-11-20 21:09:02 +08:00
parent c39a445d77
commit 8d2da0a4d1
62 changed files with 631 additions and 583 deletions

View File

@@ -12,6 +12,8 @@ import MsgEvent from './msg-event.vue';
defineOptions({ name: 'Msg' });
// TODO @hw这个貌似和 antd 的差很多?
const props = defineProps<{
item: any;
}>();
@@ -86,5 +88,3 @@ const item = ref<any>(props.item);
</div>
</div>
</template>
<style scoped></style>