From 009569edcc412fb0a984bdbfdf91e0f8a4396097 Mon Sep 17 00:00:00 2001 From: xiaoyucoding Date: Sun, 11 Nov 2018 18:32:59 +0800 Subject: [PATCH] =?UTF-8?q?modify:=20uni-icon=20=E7=9A=84=20size=20?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=20String=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-uniapp/components/uni-icon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-uniapp/components/uni-icon.vue b/examples/hello-uniapp/components/uni-icon.vue index 4f78454f..ca0b9b61 100644 --- a/examples/hello-uniapp/components/uni-icon.vue +++ b/examples/hello-uniapp/components/uni-icon.vue @@ -16,7 +16,7 @@ /** * 图标大小 */ - size: Number + size: [Number, String] }, computed: { fontSize() { -- GitLab