一、基本使用流程 首先npm安装依赖 npm install @riophae/vue-treeselect --save 然后在需要使用的组件中引入 import Treeselect from '@riophae/vue-treeselect' import '@riophae/vue-treeselect/dist/vue-treeselect.css' 声明组件 components: { Treeselect } 使用 :options="dataList" //接受数组 placeholder="...