Skip to content

Commit 7eb9a6a

Browse files
authored
Merge pull request #1610 from BanShan-Alec/fix/schema-builder-Input-no-found
fix: Input组件 Meta命名错误
2 parents cf72df3 + e121e53 commit 7eb9a6a

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)