diff --git a/examples/routers/form.vue b/examples/routers/form.vue index 8c557041..4ef9bfa6 100644 --- a/examples/routers/form.vue +++ b/examples/routers/form.vue @@ -1,132 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/index.js b/src/index.js index 6400d36f..fd9bdad4 100644 --- a/src/index.js +++ b/src/index.js @@ -67,6 +67,7 @@ const iview = { Dropdown, DropdownItem: Dropdown.Item, DropdownMenu: Dropdown.Menu, + Form, iForm: Form, FormItem: Form.Item, Col, @@ -103,6 +104,7 @@ const iview = { Spin, Step: Steps.Step, Steps, + // Switch, iSwitch: Switch, iTable: Table, Table,