常用函数
声明是子组件,调用是父组件
计算属性: computed 有缓存
例子: computed:{
}
方法: methods 无缓存
例子: methods:{
}
钩子:mounted
例子: mounted:function(){
}
常用函数
计算属性: computed 有缓存
例子: computed:{
}
方法: methods 无缓存
例子: methods:{
}
钩子:mounted
例子: mounted:function(){
}
本文标题:Vue.js,学习心得(特别篇)盖楼中
本文链接:https://www.haomeiwen.com/subject/qviwpxtx.html
网友评论