fast-vue-multi-pages-vite 1.3.3 → 1.3.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1204,10 +1204,10 @@ var FastVueMultiTimeout = class FastVueMultiTimeout {
1204
1204
  window["TimeoutFlag" + code] = true;
1205
1205
  window["Timeout" + code] = setTimeout(() => {
1206
1206
  if (!window["TimeoutFlag" + code]) return;
1207
+ FastVueMultiTimeout.stopTimeout(code);
1207
1208
  if (callback) callback({ isStopped: () => {
1208
1209
  return window["TimeoutFlag" + code];
1209
1210
  } });
1210
- FastVueMultiTimeout.stopTimeout(code);
1211
1211
  }, duration);
1212
1212
  }
1213
1213
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fast-vue-multi-pages-vite",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "author": "janesen",
5
5
  "description": "Vite-快速搭建VUE项目工具类的基本库,主要用于多个页面独立生成html",
6
6
  "main": "./dist/index.js",