vue-hot-reload-api
Advanced tools
Comparing version
@@ -116,5 +116,6 @@ var Vue // late bind | ||
record.Ctor.extendOptions = options | ||
var newCtor = Vue.extend(options) | ||
var newCtor = record.Ctor.super.extend(options) | ||
record.Ctor.options = newCtor.options | ||
record.Ctor.cid = newCtor.cid | ||
record.Ctor.prototype = newCtor.prototype | ||
if (newCtor.release) { | ||
@@ -121,0 +122,0 @@ // temporary global mixin strategy used in < 2.0.0-alpha.6 |
{ | ||
"name": "vue-hot-reload-api", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "hot reload api for *.vue components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8855
0.66%118
0.85%