修复progress组件的属性配置
parent
6df334346c
commit
9cd0a4f974
|
@ -92,7 +92,7 @@ export default class Progress {
|
|||
|
||||
watch() {
|
||||
switch (name) {
|
||||
case max:
|
||||
case 'max':
|
||||
var max = +val
|
||||
if (max !== max || max < 1) {
|
||||
max = 1
|
||||
|
|
Reference in New Issue