Replies: 1 comment
-
问题 2、3、4 经查看已不存在,cssClass 这个参数应该已经去除了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
10px
,因为此组件字数会占用一部分高度,放在此组件后面的表单项从视觉上看,与此组件的间距会大于10px
。id
参数没有必要吧?可以移除了。value
参数是双向绑定的,命名用v-model
是不是更合适?autoFocus
参数命名改为autofocus
。max-length
和cssClass
的说明,但是在demo中却用到了。cssClass
参数设置自定义样式,需要讨论此命名是否合适?并且需要和其他组件设置自定义样式的参数命名保持一致。Beta Was this translation helpful? Give feedback.
All reactions