#
wxapp
Here are 444 public repositories matching this topic...
zhuangyonglei
commented
Aug 31, 2019
问题描述
AtLoadMore组件按需引入使用时缺少样式引入,导致loading图标不显示。
复现步骤
按照官方文档,该组件需引入以下样式,
@import "~taro-ui/dist/style/components/load-more.scss";
@import "~taro-ui/dist/style/components/activity-indicator.scss";
@import "~taro-ui/dist/style/components/button.scss";
引入后,loading图标不显示,其它正常。
增加引入@import "~taro-ui/dist/style/components/loading.scss",
后,正常显示。
请官方人员修改组件的结构,达到无需引入loading.scss即可使
微信开发者工具(微信小程序)linux完美支持
-
Updated
Apr 12, 2020 - HTML
微信小程序图片裁剪工具
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Feb 20, 2018 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jul 18, 2018 - JavaScript
一套 Vue 代码,多端可用(H5、小程序、苹果App、安卓App、头条等)。系统含150+页面,200+组件(5端通用),30+元件(每个终端独立完成)
-
Updated
Dec 20, 2019 - Vue
微信(weixin|wechat) Python SDK 支持开放平台和公众平台 支持微信小程序云开发
-
Updated
Feb 22, 2020 - Python
基于Spring Boot 和 WxJava 实现的微信小程序Java后端Demo
-
Updated
May 25, 2020 - Java
qiniu SDK based on wxapp
-
Updated
May 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the wxapp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wxapp topic, visit your repo's landing page and select "manage topics."
问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?