Vue js Instance lifecycle

The image comes from Udemy Vue js 2 course <script src="https://unpkg.com/vue@2.6.11/dist/vue.js"></script> <div id="app" class="text-center"> <h1> {{ title }} </h1> <button @click=" title = 'vue js 2 changed'"> Update</button> <button @click="destroy">Destroy</button>…