add Select Component
add Select Component
This commit is contained in:
parent
c13471b5fb
commit
e355dd49d3
21 changed files with 1137 additions and 99 deletions
5
components/select/index.js
Normal file
5
components/select/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Select from './select.vue';
|
||||
import Option from './option.vue';
|
||||
import OptionGroup from './option-group.vue';
|
||||
|
||||
export { Select, Option, OptionGroup };
|
Loading…
Add table
Add a link
Reference in a new issue