Skip to content

Commit e121e53

Browse files
authored
fix: Input组件 Meta命名错误
1 parent b1087ac commit e121e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/schema-builder/src/settings/meta

tools/schema-builder/src/settings/meta/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createMeta, inputPropsBasic } from '../utils';
22

3-
export default createMeta('Inputx', {
3+
export default createMeta('Input', {
44
title: '单行文本',
55
priority: 1000,
66
props: [

0 commit comments

Comments
 (0)