vue-hot-reload-api
Advanced tools
Comparing version
var Vue // late bind | ||
var version | ||
var map = (window.__VUE_HOT_MAP__ = Object.create(null)) | ||
var map = Object.create(null) | ||
if (typeof window !== 'undefined') { | ||
window.__VUE_HOT_MAP__ = map | ||
} | ||
var installed = false | ||
@@ -41,3 +44,3 @@ var isBrowserify = false | ||
if(map[id]) { return } | ||
var Ctor = null | ||
@@ -156,3 +159,3 @@ if (typeof options === 'function') { | ||
// reset static trees | ||
// pre 2.5, all static trees are cahced together on the instance | ||
// pre 2.5, all static trees are cached together on the instance | ||
if (instance._staticTrees) { | ||
@@ -159,0 +162,0 @@ instance._staticTrees = [] |
{ | ||
"name": "vue-hot-reload-api", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "hot reload api for *.vue components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
10068
0.41%225
1.35%