Skip to content

Commit

Permalink
Feat/form (element-plus#342)
Browse files Browse the repository at this point in the history
* feat(form): add form component

fix element-plus#125

* test(form): add test code

* docs(form): add form doc

* feat: add uitls merge

* fix(form): fix style

* test(form): add form test code

* refactor(form): review changes

* test(form): use idiomatic vue-test-util methods

* feat(core): bump vue version

* feat(form): rewrite label wrap

* feat(form): fix tons of bugs

* fix(form): reuse ts extension

* refactor(form): move out label width computation

* fix(form): fix tons of bugs

* fix(form): test

Co-authored-by: 286506460 <[email protected]>
  • Loading branch information
HerringtonDarkholme and syue-dev authored Oct 3, 2020
1 parent 1284362 commit 62f1135
Show file tree
Hide file tree
Showing 14 changed files with 1,815 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/element-plus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import ElDialog from '@element-plus/dialog'
import ElCalendar from '@element-plus/calendar'
import ElInfiniteScroll from '@element-plus/infinite-scroll'
import ElDrawer from '@element-plus/drawer'
import ElForm from '@element-plus/form'
import ElUpload from '@element-plus/upload'
import ElTree from '@element-plus/tree'

Expand Down Expand Up @@ -78,6 +79,7 @@ export {
ElCalendar,
ElInfiniteScroll,
ElDrawer,
ElForm,
ElUpload,
ElTree,
}
Expand Down
1 change: 1 addition & 0 deletions packages/element-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@element-plus/collapse": "^0.0.0",
"@element-plus/time-picker": "^0.0.0",
"@element-plus/tabs": "^0.0.0",
"@element-plus/form": "^0.0.0",
"@element-plus/tree": "^0.0.0"
}
}
Loading

0 comments on commit 62f1135

Please sign in to comment.