所以,如果你想给一个Vue组件添加生命周期函数有3个办法:
Vue
@hooks:created
vm.$on('hooks:created', cb)
vm.$once('hooks:created', cb)