wave-ui 2.36.2 → 2.36.3

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.
@@ -6834,7 +6834,7 @@ const _sfc_main$b = {
6834
6834
  watch: {
6835
6835
  modelValue(value) {
6836
6836
  this.inputValue = value;
6837
- this.computeHeight();
6837
+ this.$nextTick(this.computeHeight);
6838
6838
  },
6839
6839
  resizable(value) {
6840
6840
  if (value)