Apple Sun
Apple Sun
国内版文档 https://better-scroll.gitee.io/docs/zh-CN/ 又不能访问了
https://chrome.google.com/webstore/detail/cpaaikjcnbooihdmpgcdhniadbhoailk chrome应用商店下架了 导致没法启用了 有什么办法恢复么?
把代码卸载下来 使用本地加载浏览器插件文件夹的方式 重新使用该插件
i have the same question,,,when i resize the windows ,it works well. and i try to find the refresh event but failed...
i resolved this problem with `observer`,,,the link is [https://www.swiper.com.cn/api/observer/218.html](https://www.swiper.com.cn/api/observer/218.html) ` { "observeParents": true, "observer": true } ` and maybe you can close this issues
多数人对于精简版的认知不一样,目前而言 现有项目自己做减法 是更快的选择
啥时候可以啊,当前 2018年10月12日 了,还是没有通过么?
H5 模板是不打算出了么? 关注你们1年多了......
我的Mac在全局安装elf-cli的时候, 开了翻墙 还是各种安装不了,因为这个PhantomJS 只是这个架手架的某个依赖,最终还是 使用cnpm 全局安装了
store 开启 nameSpace 命名空间后,应该传入 store/modules/account.js 的 `account`的命名, 所以你填写的 email 作为命名空间应该写错了 ```javascript ...mapMutations("account", ["setUser", "setPermissions", "setRoles"]), ```