05 - behind the scenes/xno_behind-scenes-01-starting-setup/app.js | ●●●●● patch | view | raw | blame | history |
05 - behind the scenes/xno_behind-scenes-01-starting-setup/app.js
@@ -15,6 +15,30 @@ // console.dir(this.$refs.userText) }, }, beforeCreate(){ console.log("beforeCreate()"); }, created(){ console.log("create()"); }, beforeMount(){ console.log("beforeMount()"); }, mounted(){ console.log("mounted()"); }, beforeUpdate(){ console.log("beforeUpdate()"); }, updated(){ console.log("updated()"); }, beforeUnmount(){ console.log("beforeUnmount()"); }, unmounted(){ console.log("upmounted()"); } }); app.mount("#app");