2
0
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:
Jeff Sagal
2021-07-30 09:27:11 -07:00
committed by GitHub
parent 6e8c4d87a4
commit 46cb57e573
+1 -4
View File
@@ -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'