Update select.vue
This commit is contained in:
parent
fb5d6d0a8d
commit
5fb065b913
1 changed files with 2 additions and 1 deletions
|
@ -86,6 +86,7 @@
|
|||
</template>
|
||||
<script>
|
||||
import Drop from './dropdown.vue';
|
||||
import Icon from '../icon';
|
||||
import {directive as clickOutside} from 'v-click-outside-x';
|
||||
import TransferDom from '../../directives/transfer-dom';
|
||||
import { oneOf, findComponentsDownward } from '../../utils/assist';
|
||||
|
@ -163,7 +164,7 @@
|
|||
export default {
|
||||
name: 'iSelect',
|
||||
mixins: [ Emitter, Locale ],
|
||||
components: { FunctionalOptions, Drop, SelectHead },
|
||||
components: { FunctionalOptions, Drop, SelectHead, Icon },
|
||||
directives: { clickOutside, TransferDom },
|
||||
props: {
|
||||
value: {
|
||||
|
|
Loading…
Add table
Reference in a new issue