feat: add message template
This commit is contained in:
@@ -34,7 +34,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
})
|
||||
|
||||
// 组件emits
|
||||
const emit = defineEmits<{
|
||||
defineEmits<{
|
||||
'update:open': [value: boolean]
|
||||
}>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user