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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wave-ui",
3
- "version": "2.36.2",
3
+ "version": "2.36.3",
4
4
  "description": "An emerging UI framework for Vue.js (2 & 3) with only the bright side. :sunny:",
5
5
  "author": "Antoni Andre <antoniandre.web@gmail.com>",
6
6
  "main": "./dist/wave-ui.umd.js",
@@ -204,7 +204,7 @@ export default {
204
204
  watch: {
205
205
  modelValue (value) {
206
206
  this.inputValue = value
207
- this.computeHeight()
207
+ this.$nextTick(this.computeHeight)
208
208
  },
209
209
  resizable (value) {
210
210
  if (value) this.height = null