2
0
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:
Jeff Sagal
2016-06-10 11:24:05 -07:00
7 changed files with 100 additions and 0 deletions
+10
View File
@@ -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
}
}