This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

修复progress组件的属性配置

old
宇天 2020-04-12 23:48:48 +08:00
parent 6df334346c
commit 9cd0a4f974
1 changed files with 1 additions and 1 deletions

View File

@ -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