3h1-ui 2.14.97 → 2.14.98

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/es/index.js CHANGED
@@ -4124,6 +4124,7 @@ const _sfc_main$1q = defineComponent({
4124
4124
  console.warn(error2);
4125
4125
  } finally {
4126
4126
  loading.value = false;
4127
+ isFirstLoad.value = false;
4127
4128
  }
4128
4129
  }
4129
4130
  async function handleFetch(visible) {
package/lib/index.js CHANGED
@@ -4148,6 +4148,7 @@ const _sfc_main$1q = vue.defineComponent({
4148
4148
  console.warn(error2);
4149
4149
  } finally {
4150
4150
  loading.value = false;
4151
+ isFirstLoad.value = false;
4151
4152
  }
4152
4153
  }
4153
4154
  async function handleFetch(visible) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.14.97",
3
+ "version": "2.14.98",
4
4
  "description": "",
5
5
  "module": "es/index.js",
6
6
  "main": "lib/index.js",