November 2017
Beginner to intermediate
398 pages
8h 42m
English
The first way that comes to mind to restore our note content into the Vue instance is to set the content data property when the instance is created.
Each Vue instance follows a precise lifecycle with several steps--it will be created, mounted on the page, updated, and finally, destroyed. For example, during the creating step, Vue will make the instance data reactive.
We have multiple hooks at our disposal to execute logic when, or just before, each of these steps occurs:
Read now
Unlock full access