单项选择题
A.UpdateB.beforeUpdateRouteC.beforeRouteUpdateD.都不对
A.’my-component’:()=>import(’./my-async-component’)B.my-component’:require([’./my-async-component’],reject)C.my-component’:import([’./my-async-component’],resolve)D.my-component’:require(’./my-async-component’)
A.actions中事件函数通过commit完成分发 B.acitons中事件处理函数接收 context对象 C.actions与Vue实例中的 methods是类似的 D.可以用来注入自定义选项的处理逻辑