1
0
mirror of synced 2026-03-23 02:58:34 +08:00

chore(vue-components): 添加name option

This commit is contained in:
roymondchen
2025-02-27 19:33:57 +08:00
parent 90abde57cc
commit f5315122e4
9 changed files with 18 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ interface ButtonSchema extends Omit<MComponent, 'id'> {
}
export default defineComponent({
name: 'tmagic-button',
props: {
config: {
type: Object as PropType<ButtonSchema>,