Đăng nhập để bình luận
Bùi Quang Huy
@HuyBQ
thg 8 28, 2019 9:14 SA
<template>
<multiselect
v-model="selected"
:options="options">
</multiselect>
</template>
<script>
import Multiselect from 'vue-multiselect'
export default {
components: { Multiselect },
data () {
return {
selected: null,
options: ['list', 'of', 'options']
}
}
}
</script>Tổ chức
Chưa có tổ chức nào.