aloha-vue 1.2.231 → 1.2.232

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
@@ -14,7 +14,7 @@
14
14
  "Vue.js"
15
15
  ],
16
16
  "homepage": "https://github.com/ilia-brykin/aloha/#README.md",
17
- "version": "1.2.231",
17
+ "version": "1.2.232",
18
18
  "author": {
19
19
  "name": "Ilia Brykin",
20
20
  "email": "brykin.ilia@gmail.com"
@@ -372,7 +372,7 @@ export default {
372
372
  }, [
373
373
  h(AFormElementBtnClear, {
374
374
  alwaysTranslate: this.alwaysTranslate,
375
- disabled: this.disabledClearButton,
375
+ disabled: this.disabled,
376
376
  class: this.clearButtonClass,
377
377
  onClear: this.clearModel,
378
378
  }),