Aaron Young

Results 217 comments of Aaron Young

## 其他方案 1. wepy [![GitHub stars](https://img.shields.io/github/stars/Tencent/wepy.svg?style=social&label=Stars)](http://t.cn/RYCzVZd) 2. mpvue [![GitHub stars](https://img.shields.io/github/stars/Meituan-Dianping/mpvue.svg?style=social&label=Stars)](http://t.cn/REnmFCB)

## 相关链接 1. [【watch】提供小程序响应data实例上的数据变动](http://t.cn/RuYOdaK) 2. [小程序怎么监听data数据的变化?类似于vue的watch](http://t.cn/RuYWAkJ)

小程序不提供类似于vue一样监听数据([vm.watch](http://t.cn/RuYoyAs)),当数据改变时触发回调检测改变数据类型是否符合要求。 现在,使用 wach 即可扩展类似 vm.watch 的功能 点击下载:watch [![GitHub stars](https://img.shields.io/github/stars/jayZOU/watch.svg?style=social&label=Stars)](https://github.com/jayZOU/watch) ## jayZOU/watch的使用 ### 引入watch库 ```javascript import Watch from '/utils/watch' ``` ### 配置初始化检察对象 ```javascript import Watch from '/utils/watch' let watch Page({ data:...

@solarhell 456222591、139122611

## 补充 [关于微信小程序getUserInfo最新修改后,如何在原有项目的授权逻辑的调整](http://t.cn/R3XNVko)

## markdown-it 对象 ### 获取mavonEditor中的markdown-it对象 ```js import {mavonEditor} from 'mavon-editor' mavonEditor.getMarkdownIt() ``` ### 使用markdown-it对象 ```js // 设置markdown换行格式必须为行尾添加两空格 markdownIt.set({ breaks: false }); ``` ### markdoen-it 配置项 > [更多设置参考markdown-it...](http://t.cn/RmfKRiX) ```js // full...

## 参考链接 - [Ubuntu下安装postfix+extmail邮件服务器](http://blog.51cto.com/151wqooo/1208942) - [ExtMail - 开源中国社区](https://www.oschina.net/question/tag/extmail) - [ExtMail 官方论坛](http://www.extmail.org/forum/)

Sorry for that,I would refector this repo.

清理缓存可解:同时按住键盘上的“Command”键、“Shift”键和“G”键,这会打开“前往文件夹”的对话框。 在弹出的窗口中,输入“~/Library”并点击“前往”按钮。 在“Library”目录中,你会看到多个子文件夹,如“Caches”、“ApplicationSupport”等