首次提交

This commit is contained in:
xk_guohonglei
2020-08-18 15:09:31 +08:00
commit 1f8b3e6e55
57 changed files with 9637 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
## 简介
## 更新日志
**2019.12.30**
优化:
定位下拉内容
待实现:只同时展示一个下拉内容
**2019.12.27**
bug修复
支持H5、微信小程序
**2019.12.20**
第一次发布
支持H5下拉暂不支持小程序。
原因一些适配H5的方法是用vue来写的小程序不支持。
`this.$slots.`在小程序中不能用