vue life cycle

  beforeCreate:

  created:

  beforeMount:

  mounted:

  beforeUpdate:

  updated:

  activated: (called when the keep-alive component is activated, this hook is not called during server-side rendering) 

  deactivated: (Called when the keep-alive component is activated, this hook is not called during server-side rendering) 

  beforeDestroy:

  destroyed:

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325222946&siteId=291194637