uni-app
WMSmile
这个作者很懒,什么都没留下…
展开
-
uni-app使用slot插槽的不生效的问题
# uni-app使用slot插槽不生效的问题> slot 元素作为组件模板之中的内容分发插槽。 元素自身将被替换。详情看vue 官方文档最近使用z-paging的demo时,遇到了slot使用不能生效的问题。```css ```## 解决思路如下:查看问题:slot 一直未编译,最后发原创 2022-09-14 12:38:25 · 3582 阅读 · 0 评论 -
【uniapp】onPullDownRefresh触发多次的解决方法
# 在uniapp中onPullDownRefresh触发多次的解决方法由于在uniapp中onPullDownRefresh触发多次的,多次下拉会导致圆圈一直再转,而不消失。pages.json文件 enablePullDownRefresh 一定要设置为**true**,才可以执行刷新的操作。```css { "path": "pages/business/demo", "style": { "navigationBarTitleText": "测试",原创 2022-09-13 19:02:23 · 2344 阅读 · 0 评论