mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-23 03:54:04 +03:00
005f941834
- breaking changes for requireJS - /umd/vue-select moved to /dist/vue-select
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
import VueSelect from './components/Select.vue'
|
|
import mixins from './mixins/index'
|
|
|
|
export default VueSelect
|
|
export { VueSelect, mixins }
|