@ alfsnd / vue-bootstrap-select Vue版本 演示版 安装 npm install @alfsnd/vue-bootstrap-select --save 用法 import VSelect from '@alfsnd/vue-bootstrap-select' export default { name : 'app' , components : { VSelect } , data ( ) { return { selectedValue : null } ; } } < template>