vue 生命周期:

        vue  生命周期:

       1. beforeCreate()创建组件;
        2. created() 创建完成;
        3. beforeMounte() 组件被挂裁前;
        4. mounted() 组件挂裁完成;
        5. beforeUpdate() 组件更新前;
        6. updated() 组件更新后;
        7. beforeDestory() 组件摧毁前;
        8. destoryed() 组件摧毁后;

猜你喜欢

转载自www.cnblogs.com/yjzs/p/12073513.html