2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00
Files
vue-select/src/index.js
T
Jeff Sagal 005f941834 - create transpiled umd module
- breaking changes for requireJS
	- /umd/vue-select moved to /dist/vue-select
2016-07-04 13:00:35 -07:00

6 lines
139 B
JavaScript

import VueSelect from './components/Select.vue'
import mixins from './mixins/index'
export default VueSelect
export { VueSelect, mixins }