mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +03:00
Update src/components/Select.vue
Co-authored-by: Sølve Tornøe <solve@tornoee.com>
This commit is contained in:
@@ -81,10 +81,7 @@
|
||||
</template>
|
||||
|
||||
<script type="text/babel">
|
||||
import pointerScroll from '../mixins/pointerScroll'
|
||||
import typeAheadPointer from '../mixins/typeAheadPointer'
|
||||
import ajax from '../mixins/ajax'
|
||||
import i18n from '../mixins/i18n'
|
||||
import { ajax, pointerScroll, i18n, pointer as typeAheadPointer } from '../mixins'
|
||||
import childComponents from './childComponents';
|
||||
import appendToBody from '../directives/appendToBody';
|
||||
import sortAndStringify from '../utility/sortAndStringify'
|
||||
|
||||
Reference in New Issue
Block a user