【前端芝士树】Vue.js面试题整理

前端芝士树 Vue.js 面试题整理 1. Vue的生命周期 具体可以参照官网的这张图,左侧以红色框表示的都是阶段 beforeCreate created beforeMount mounted beforeUpdated updated beforeDestroy destroyed 大致过...