提交 687814e6 编写于 作者: 雪洛's avatar 雪洛

update: 去除多余代码

上级 298bb93d
...@@ -42,16 +42,8 @@ export default function parseComponent (vueOptions) { ...@@ -42,16 +42,8 @@ export default function parseComponent (vueOptions) {
} }
if (newLifecycle) { if (newLifecycle) {
componentOptions.methods.onReady = componentOptions.lifetimes.ready
delete componentOptions.lifetimes.ready delete componentOptions.lifetimes.ready
componentOptions.methods.onReady = function () {
if (this.$vm) {
this.$vm._isMounted = true
this.$vm.__call_hook('mounted')
this.$vm.__call_hook('onReady')
} else {
// this.is && console.warn(this.is + ' is not attached')
}
}
} }
componentOptions.messages = { componentOptions.messages = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册