@live-change/dao-vue
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -49,3 +49,8 @@ | ||
} | ||
let oldPathJson | ||
this.$watch(prefix + key, newPath => { | ||
const json = JSON.stringify(newPath) | ||
const match = JSON.stringify(newPath) == oldPathJson | ||
oldPathJson = json | ||
if(match) return | ||
if(reactiveObservables[key]) { | ||
@@ -52,0 +57,0 @@ this[key] = undefined |
{ | ||
"name": "@live-change/dao-vue", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"author": { | ||
@@ -13,3 +13,3 @@ "email": "m8@em8.pl", | ||
"dependencies": { | ||
"@live-change/dao": "^0.2.34" | ||
"@live-change/dao": "^0.2.41" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": {}, |
8610
177
Updated@live-change/dao@^0.2.41