其他分享
首页 > 其他分享> > Vue之回顾总结-常用点

Vue之回顾总结-常用点

作者:互联网

el: 挂载点;

data:数据;

methods: 方法;

filters: 过滤器;

computed:计算属性;

directives:自定义指令;

watch:监听;

beforeCreate created beforeMount mounted beforeUpdate update beforeDestroy destroyed:八个生命周期

标签:el,常用,Vue,computed,自定义,beforeDestroy,回顾总结,filters,methods
来源: https://www.cnblogs.com/Friday1/p/14125296.html