mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
add progress test
This commit is contained in:
@@ -42,10 +42,6 @@
|
||||
default: 'line',
|
||||
validator: val => ['line', 'circle'].indexOf(val) > -1
|
||||
},
|
||||
size: {
|
||||
type: String,
|
||||
validator: val => !val || ['large', 'small'].indexOf(val) > -1
|
||||
},
|
||||
percentage: {
|
||||
type: Number,
|
||||
default: 0,
|
||||
|
||||
Reference in New Issue
Block a user