1. 首页
  2. 数据库
  3. 其它
  4. vue bootstrap select:引导选择的vue版本 源码

vue bootstrap select:引导选择的vue版本 源码

上传者: 2021-02-25 05:42:26上传 ZIP文件 133.08KB 热度 16次
@ 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>
用户评论