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