Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
2f2405a6
Commit
2f2405a6
authored
Oct 01, 2017
by
Leopoldthecoder
Committed by
杨奕
Oct 01, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog: add missing changes
parent
ee63e1e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+1
-0
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+1
-0
examples/docs/en-US/form.md
examples/docs/en-US/form.md
+6
-0
examples/docs/zh-CN/form.md
examples/docs/zh-CN/form.md
+6
-0
No files found.
CHANGELOG.en-US.md
View file @
2f2405a6
...
@@ -101,6 +101,7 @@ in `lazy` mode #6235
...
@@ -101,6 +101,7 @@ in `lazy` mode #6235
-
`on-text`
and
`off-text`
attributes now don't have default values
-
`on-text`
and
`off-text`
attributes now don't have default values
-
Tag
-
Tag
-
`type`
attribute now accepts
`success`
,
`info`
,
`warning`
and
`danger`
-
`type`
attribute now accepts
`success`
,
`info`
,
`warning`
and
`danger`
-
`close-transition`
is renamed to
`disable-transitions`
-
Menu
-
Menu
-
Removed
`theme`
attribute. The color of Menu can be configured using
`background-color`
,
`text-color`
and
`active-text-color`
-
Removed
`theme`
attribute. The color of Menu can be configured using
`background-color`
,
`text-color`
and
`active-text-color`
-
Input
-
Input
...
...
CHANGELOG.zh-CN.md
View file @
2f2405a6
...
@@ -99,6 +99,7 @@
...
@@ -99,6 +99,7 @@
-
`on-text`
和
`off-text`
属性不再有默认值
-
`on-text`
和
`off-text`
属性不再有默认值
-
Tag
-
Tag
-
`type`
属性现在支持
`success`
、
`info`
、
`warning`
和
`danger`
四个值
-
`type`
属性现在支持
`success`
、
`info`
、
`warning`
和
`danger`
四个值
-
`close-transition`
属性更名为
`disable-transitions`
-
Menu
-
Menu
-
移除
`theme`
属性。现在通过
`background-color`
、
`text-color`
和
`active-text-color`
属性进行颜色的自定义
-
移除
`theme`
属性。现在通过
`background-color`
、
`text-color`
和
`active-text-color`
属性进行颜色的自定义
-
Input
-
Input
...
...
examples/docs/en-US/form.md
View file @
2f2405a6
...
@@ -779,3 +779,9 @@ When an `el-form-item` is nested in another `el-form-item`, its label width will
...
@@ -779,3 +779,9 @@ When an `el-form-item` is nested in another `el-form-item`, its label width will
|------|--------|
|------|--------|
| — | content of Form Item |
| — | content of Form Item |
| label | content of label |
| label | content of label |
### Form-Item Methods
| Method | Description | Parameters |
| ---- | ---- | ---- |
| resetField | reset current field and remove validation result | — |
examples/docs/zh-CN/form.md
View file @
2f2405a6
...
@@ -768,3 +768,9 @@
...
@@ -768,3 +768,9 @@
|------|--------|
|------|--------|
| — | Form Item 的内容 |
| — | Form Item 的内容 |
| label | 标签文本的内容 |
| label | 标签文本的内容 |
### Form-Item Methods
| 方法名 | 说明 | 参数
|---------- |-------------- | --------------
| resetField | 对该表单项进行重置,将其值重置为初始值并移除校验结果 | -
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment