@tslib/vue-ext
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -34,2 +34,3 @@ "use strict"; | ||
_this.$data._timerId = setInterval(() => { | ||
_this.$data.$timerCounter++; | ||
timerFunc(); | ||
@@ -36,0 +37,0 @@ }, interval); |
{ | ||
"name": "@tslib/vue-ext", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "config file loader for typescript", |
@@ -31,2 +31,3 @@ import Vue, { VueConstructor } from "vue"; | ||
_this.$data._timerId = setInterval(() => { | ||
_this.$data.$timerCounter++; | ||
timerFunc(); | ||
@@ -33,0 +34,0 @@ }, interval); |
Sorry, the diff of this file is not supported yet
30350
382