From b2c52b0b2bcd7ea358c2ef03c06df26e4a06a512 Mon Sep 17 00:00:00 2001 From: yaoyuchi Date: Mon, 21 Feb 2022 20:16:17 +0800 Subject: [PATCH] add style property Signed-off-by: yaoyuchi --- compiler/components/progress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/components/progress.json b/compiler/components/progress.json index 027e80d..7fd0f31 100644 --- a/compiler/components/progress.json +++ b/compiler/components/progress.json @@ -2,6 +2,6 @@ "name": "Progress", "atomic": true, "attrs": [ - "value", "color", "cricularStyle", "circularStyle" + "value", "color", "cricularStyle", "circularStyle", "style" ] } \ No newline at end of file