提交 c01f7cfe 编写于 作者: fxy060608's avatar fxy060608

build:runtime

上级 d4faa9db
......@@ -19,7 +19,7 @@ function hasOwn (obj, key) {
return hasOwnProperty.call(obj, key)
}
function noop () { }
function noop () {}
/**
* Create a cached version of a pure function.
......@@ -1359,7 +1359,7 @@ function parseBaseComponent (vueComponentOptions, {
}
},
detached () {
this.$vm.$destroy();
this.$vm && this.$vm.$destroy();
}
},
pageLifetimes: {
......
......@@ -19,7 +19,7 @@ function hasOwn (obj, key) {
return hasOwnProperty.call(obj, key)
}
function noop () { }
function noop () {}
/**
* Create a cached version of a pure function.
......
......@@ -19,7 +19,7 @@ function hasOwn (obj, key) {
return hasOwnProperty.call(obj, key)
}
function noop () { }
function noop () {}
/**
* Create a cached version of a pure function.
......@@ -1493,7 +1493,7 @@ function parseBaseComponent (vueComponentOptions, {
}
},
detached () {
this.$vm.$destroy();
this.$vm && this.$vm.$destroy();
}
},
pageLifetimes: {
......
......@@ -19,7 +19,7 @@ function hasOwn (obj, key) {
return hasOwnProperty.call(obj, key)
}
function noop () { }
function noop () {}
/**
* Create a cached version of a pure function.
......@@ -1418,7 +1418,7 @@ function parseBaseComponent (vueComponentOptions, {
}
},
detached () {
this.$vm.$destroy();
this.$vm && this.$vm.$destroy();
}
},
pageLifetimes: {
......
......@@ -19,7 +19,7 @@ function hasOwn (obj, key) {
return hasOwnProperty.call(obj, key)
}
function noop () { }
function noop () {}
/**
* Create a cached version of a pure function.
......@@ -1583,7 +1583,7 @@ function parseBaseComponent (vueComponentOptions, {
}
},
detached () {
this.$vm.$destroy();
this.$vm && this.$vm.$destroy();
}
},
pageLifetimes: {
......
......@@ -1371,7 +1371,7 @@ function parseBaseComponent (vueComponentOptions, {
}
},
detached () {
this.$vm.$destroy();
this.$vm && this.$vm.$destroy();
}
},
pageLifetimes: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册