From d7b3d0e3dd983ba4fa1be642dba8b723e66223cc Mon Sep 17 00:00:00 2001 From: qiang Date: Mon, 6 Sep 2021 17:37:33 +0800 Subject: [PATCH] fix: {{buttonText}} --- docs/component/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/README.md b/docs/component/README.md index b10eae2c8..751ebfbe5 100644 --- a/docs/component/README.md +++ b/docs/component/README.md @@ -75,7 +75,7 @@ 组件中可以使用script的data中定义的js变量,但组件的属性中使用和内容区使用的用法不一样。 -- 在内容区使用时,使用两个花括号来包裹,如下面的`{{buttonText}}` +- 在内容区使用时,使用两个花括号来包裹,如下面的`buttonText` - 在属性值中使用时,属性名的前面要加冒号前缀 下面的button组件示例,等价于上一个的示例。只不过静态内容改成动态js。 -- GitLab