Commit 5a02cf4c0a1f1e92f38f4b9c786388d383b45b22
1 parent
66a8c45f
update
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
src/components/dropdown/dropdown-menu.vue
src/components/select/index.js
@@ -2,4 +2,6 @@ import Select from './select.vue'; | @@ -2,4 +2,6 @@ import Select from './select.vue'; | ||
2 | import Option from './option.vue'; | 2 | import Option from './option.vue'; |
3 | import OptionGroup from './option-group.vue'; | 3 | import OptionGroup from './option-group.vue'; |
4 | 4 | ||
5 | -export { Select, Option, OptionGroup }; | ||
6 | \ No newline at end of file | 5 | \ No newline at end of file |
6 | +export { Select, Option, OptionGroup }; | ||
7 | + | ||
8 | +export default Select; | ||
7 | \ No newline at end of file | 9 | \ No newline at end of file |