meixioacomponent 0.2.97 → 0.2.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
4
4
  "private": false,
5
5
  "author": "YuRi",
6
6
  "main": "lib/meixioacomponent.umd.min.js",
@@ -110,7 +110,7 @@ export default {
110
110
  async checkValidate() {
111
111
  let refs = this.$refs.proForm;
112
112
  let validateResult = true;
113
- let validate = await refs[i].checkValidate();
113
+ let validate = await refs.checkValidate();
114
114
  validateResult = validate.result;
115
115
  if (!validateResult) {
116
116
  return validateResult;