vue-hot-reload-api
Advanced tools
Comparing version
@@ -103,8 +103,2 @@ var Vue // late bind | ||
instance.$forceUpdate() | ||
// force update on direct children for potential slot content update | ||
instance.$children.forEach(function (child) { | ||
if (Object.keys(child.$slots).length > 0) { | ||
child.$forceUpdate() | ||
} | ||
}) | ||
}) | ||
@@ -111,0 +105,0 @@ }) |
{ | ||
"name": "vue-hot-reload-api", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "hot reload api for *.vue components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6618
-3.17%111
-5.13%