Simply put, each Vue instance goes through a series of initialization processes when it is created: creating an instance, loading a template, rendering a template, and so on. Vue sets hook functions (monitor functions) for each state in the life cycle. Whenever the Vue instance is in a dif...