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