Skip to content

Commit 757b5f0

Browse files
committed
fix props strokeWidth type indent
1 parent 7c9eaa1 commit 757b5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/progress.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
},
5959
strokeWidth: {
60-
type: [Number,String],
60+
type: [Number, String],
6161
default: 6
6262
},
6363
strokeLinecap: {

0 commit comments

Comments
 (0)