feat: add message template

This commit is contained in:
engigu
2025-12-06 00:31:21 +08:00
parent a511512793
commit 148e67dc19
2 changed files with 6 additions and 1 deletions
@@ -34,7 +34,7 @@ const props = withDefaults(defineProps<Props>(), {
})
// 组件emits
const emit = defineEmits<{
defineEmits<{
'update:open': [value: boolean]
}>()