diff --git a/src/form/index.js b/src/form/index.js index 92449e1..b2b1300 100644 --- a/src/form/index.js +++ b/src/form/index.js @@ -8,3 +8,4 @@ import './checkbox' import './switch' import './select' import './star' +import './progress' diff --git a/src/form/progress.wc b/src/form/progress.wc index 3f22d36..4cfc9fa 100644 --- a/src/form/progress.wc +++ b/src/form/progress.wc @@ -1,5 +1,13 @@ @@ -83,7 +112,7 @@ export default class Progress { calculate() { var { max, value } = this.props - this.__THUMB__.style.width = `${(100 * value) / max}%` + // this.__THUMB__.style.width = `${(100 * value) / max}%` } mounted() {