Skip to content

Commit d3ee634

Browse files
committed
修复格式,增加索引
1 parent 92c219a commit d3ee634

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MP/mp-ch.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- [runtime](#runtime)
6161
- [Class和Style为什么暂不支持组件](#class和style为什么暂不支持组件)
6262
- [分包加载](#分包加载)
63+
- [问题与展望](#问题与展望)
6364
- [参考链接](#参考链接)
6465

6566
<!-- /TOC -->
@@ -2208,9 +2209,9 @@ module.exports = {
22082209
## 问题与展望
22092210
技术的更新迭代是很快的,很多内容在写的时候还是这样。过了几天就发生了变化。又仔细看了小程序的文档,发现小程序原生开发深受vue影响啊,越来越像了。
22102211
2211-
希望mpvue能够使用`wx.nextTick`[链接](https://developers.weixin.qq.com/miniprogram/dev/api/custom-component.html#wxnexttickfunction)尝试来代替50毫秒
2212+
希望mpvue能够使用`wx.nextTick`[链接](https://developers.weixin.qq.com/miniprogram/dev/api/custom-component.html#wxnexttickfunction)尝试来代替50毫秒
22122213
2213-
希望能够解决(使用脏检查优化每次更新数据时都会传输大量数据的问题, 解决删除回退, 列表忽然滚动到顶部等问题)[https://github.com/Meituan-Dianping/mpvue/issues/639]。也许可以靠下面的自定义组件。
2214+
希望能够解决[使用脏检查优化每次更新数据时都会传输大量数据的问题, 解决删除回退, 列表忽然滚动到顶部等问题](https://github.com/Meituan-Dianping/mpvue/issues/639)。也许可以靠下面的自定义组件。
22142215
22152216
使用[自定义组件](https://developers.weixin.qq.com/miniprogram/dev/framework/custom-component/)代替template,这样可以解决诸如:
22162217

0 commit comments

Comments
 (0)