mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
Update index.js
This commit is contained in:
+1
-4
@@ -1,8 +1,5 @@
|
||||
import ajax from './ajax'
|
||||
import i18n from './i18n.js'
|
||||
import pointer from './typeAheadPointer'
|
||||
import pointerScroll from './pointerScroll'
|
||||
|
||||
export default { ajax, pointer, pointerScroll, i18n }
|
||||
|
||||
// export const mixins = [ajax, i18n, pointer, pointerScroll]
|
||||
export default { ajax, pointer, pointerScroll }
|
||||
|
||||
Reference in New Issue
Block a user