インスタンスのライフサイクル
参考:
ライフサイクルダイアグラム – Vue インスタンス — Vue.js [公式]
ライフサイクルフック
- beforeCreate
- created
- boforeMount
- mounted
- beforeUpdate
- updated
- activated
- deactivated
- beforeDestroy
- destroyed
- errorCaptured
参考:
インスタンスライフサイクルフック – Vue インスタンス — Vue.js [公式]
オプション / ライフサイクルフック – API — Vue.js [公式]
子コンポーネントのライフサイクルフック
参考:
Vue Parent and Child lifecycle hooks – Brock Reece – Medium
updated
参考:
Vue component event after render – Stack Overflow
vm.$destroy
参考: