12. 生命周期


取消生产提示

1
Vue.config.productionTip=false;

console.group分组

console.groupEnd()取消分组

Vue生命周期

create

mounted

beforeUpdate

update

beforeDestroy

destroy

1
$destroy()//vue自身的方法

所有的功能都丧失,页面保持不变


Author: pkq
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source pkq !
  TOC