mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
fine tune build, add bower.json
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import VueSelect from './components/Select.vue'
|
||||
import scroll from './mixins/pointerScroll.js'
|
||||
import pointer from './mixins/typeAheadPointer.js'
|
||||
|
||||
module.exports = {
|
||||
component: VueSelect,
|
||||
mixins: {
|
||||
scroll, pointer
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user