# uni-app-test
**Repository Path**: json_qin/uni-app-test
## Basic Information
- **Project Name**: uni-app-test
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-05-31
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
* 修复"单选"类型,不选中菜单引起的一系列bug
> * 组件兼容APP-VUE、H5、MP-WEIXIN,其他端未做兼容测试,不支持。
##使用说明
``` javascript
import HMfilterDropdown from '@/components/HM-filterDropdown/HM-filterDropdown.vue';
export default {
components: {
'HMfilterDropdown':HMfilterDropdown
},
data() {
return {
filterData:filterData //传入数据
}
}
}
```
在 template 中使用组件
```
|