事件:methods:{ };
过滤器:filters:{ };
自定义指令:directive:{ };
模版:components:{ };
计算:conputed:{ };
观察者:watch:{ };
钩子函数:
created:function(){
//创建
},
mounted:function(){
//挂载
},
updated:function(){
//更新
},
destoryed:function(){
// 销毁
}
网友评论