resolver-egretimp-plus 0.1.52 → 0.1.53

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": "resolver-egretimp-plus",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
@@ -196,6 +196,8 @@ watch(modelValue, () => {
196
196
  nextTick(() => {
197
197
  elFormItem?.validate?.('blur').catch()
198
198
  })
199
+ }, {
200
+ immediate: true
199
201
  })
200
202
  </script>
201
203
  <style lang="scss" scoped>