We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents baa1fef + 1b34819 commit 474b2cfCopy full SHA for 474b2cf
docs/mpvue/index.md
@@ -137,6 +137,10 @@ new Vue({
137
## 计算属性
138
支持 [官方文档:计算属性](https://cn.vuejs.org/v2/guide/computed.html)。
139
140
+## 不支持函数
141
+
142
+不支持在 template 内使用 methods 中的函数。
143
144
## Class 与 Style 绑定
145
为节约性能,我们将 Class 与 Style 的表达式通过 compiler 硬编码到 wxml 中,支持语法和转换效果如下:
146
docs/qa.md
@@ -16,7 +16,7 @@ Owl.start({
16
17
## 为什么我新增了页面,没有反应?
18
19
-因为 webpack 编译的文件使用配置的 entry 决定的,新增的页面并没用添加进 entry,所以需要手动 `npm run dev` 一下,考虑不是高频操作,所以还可以忍受
+因为 webpack 编译的文件是由配置的 entry 决定的,新增的页面并没有添加进 entry,所以需要手动 `npm run dev` 一下,考虑不是高频操作,所以还可以忍受
20
21
## 能不能引用第三方的 UI 库?
22
0 commit comments