wave-ui 1.45.9 → 1.45.10

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.
@@ -2695,10 +2695,10 @@ const __vue2_script$u = {
2695
2695
  }
2696
2696
  },
2697
2697
  mounted() {
2698
- this.$nextTick(() => {
2698
+ setTimeout(() => {
2699
2699
  if (this.$refs.input.value)
2700
2700
  this.isAutofilled = true;
2701
- });
2701
+ }, 250);
2702
2702
  },
2703
2703
  watch: {
2704
2704
  value(value) {