mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +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>
|
</template>
|
||||||
|
|
||||||
<script type="text/babel">
|
<script type="text/babel">
|
||||||
import pointerScroll from '../mixins/pointerScroll'
|
import { ajax, pointerScroll, i18n, pointer as typeAheadPointer } from '../mixins'
|
||||||
import typeAheadPointer from '../mixins/typeAheadPointer'
|
|
||||||
import ajax from '../mixins/ajax'
|
|
||||||
import i18n from '../mixins/i18n'
|
|
||||||
import childComponents from './childComponents';
|
import childComponents from './childComponents';
|
||||||
import appendToBody from '../directives/appendToBody';
|
import appendToBody from '../directives/appendToBody';
|
||||||
import sortAndStringify from '../utility/sortAndStringify'
|
import sortAndStringify from '../utility/sortAndStringify'
|
||||||
|
|||||||
Reference in New Issue
Block a user