# tg-select 使用指南 **提示:** 使用该插件前确保你已经导入 `uni-popup` `uni-icons` 插件。 🚀:v-model 绑定数据、数据回显、移除选项。 📦:开箱即用。 # Props | 属性名 | 类型 | 默认值 | 说明 | localData | Array | [] | //传入的数组 格式为 [{text:'数据1',value:'1'},{text:'数据2',value:'2'}] | value | Array|String | [] | v-model 绑定的值 | multiple | Boolean | false | 是否多选 | placeholder | String | 请选择 | 提示文字 | disabled | Boolean | false | 是否禁用 | clearable | Boolean | true | 已否清除全部 ## 基础使用示例 ``` ```