Skip to content

Commit d8536bb

Browse files
committed
update
1 parent 5c43532 commit d8536bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/mpvue/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ new Vue({
137137
## 计算属性
138138
支持 [官方文档:计算属性](https://cn.vuejs.org/v2/guide/computed.html)
139139

140+
## 不支持函数
141+
142+
不支持在 template 内使用 methods 中的函数。
143+
140144
## Class 与 Style 绑定
141145
为节约性能,我们将 Class 与 Style 的表达式通过 compiler 硬编码到 wxml 中,支持语法和转换效果如下:
142146

0 commit comments

Comments
 (0)