@polyv/vue-components 1.2.1 → 1.2.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": "@polyv/vue-components",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "main": "./vue/index.es.js",
5
5
  "types": "./vue/src/index.d.ts",
6
6
  "type": "module",
package/vue2/index.es.js CHANGED
@@ -7027,6 +7027,7 @@ const useBasicCountdown = (options) => {
7027
7027
  clearInterval(timer);
7028
7028
  timer = void 0;
7029
7029
  }
7030
+ prevTimestamp = void 0;
7030
7031
  }
7031
7032
  function initTimer() {
7032
7033
  if (isServer) {
package/vue3/index.es.js CHANGED
@@ -7028,6 +7028,7 @@ const useBasicCountdown = (options) => {
7028
7028
  clearInterval(timer);
7029
7029
  timer = void 0;
7030
7030
  }
7031
+ prevTimestamp = void 0;
7031
7032
  }
7032
7033
  function initTimer() {
7033
7034
  if (isServer) {