This website works better with JavaScript.
Explore
Help
Register
Sign In
wangmingchuan
/
yanzong_qianduan
Watch
1
Star
0
Fork
You've already forked yanzong_qianduan
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
715
Commits
6
Branches
0
Tags
17 MiB
Vue
80.3%
JavaScript
15.3%
SCSS
1.9%
HTML
1.9%
CSS
0.3%
Other
0.3%
Tree:
a7e34a2e17
yanzong_qianduan
/
uni_modules
/
mescroll-uni
/
changelog.md
496 B
Raw
Blame
History
1.3.8(2023-03-27)
新增useMescroll的hook, 支持vue3 script setup的写法
新增vue3 script setup的示例 ( 根据vue2的示例,全部重写了一遍 )
mescroll-body 和 mescroll-uni 无需再写 ref="mescrollRef"
解决mescroll-uni在页面渲染之后,无法动态设置height的问题
解决renderjs在h5返回有时候无法正常滑动的问题
修复小程序编辑器提示 Cannot read property 'nv_optDown' of undefined 的错误
-by 小瑾同学