This commit is contained in:
dylanmay
2025-11-27 12:17:53 +08:00
55 changed files with 5319 additions and 503 deletions

View File

@@ -12,11 +12,16 @@ import {
import MsgEvent from './msg-event.vue';
defineOptions({ name: 'Msg' });
defineOptions({ name: 'WxMsg' });
defineProps<{
item: any;
}>();
withDefaults(
defineProps<{
item?: any;
}>(),
{
item: {},
},
);
</script>
<template>