中文文档:TreeSelect 分类选择 效果展示: //先在你需要的页面中引入,第一个是弹出层,第二个是选择的 import { Popup } from vant; import { TreeSelect } from vant; 代码部分: <van-tree-select :items=items :active-id.sync=items.activeId :main-active-index.sync=ite