2018-09-10

2021-03-31  本文已影响0人  paul_po
var app = new Vue({
el:"#app1"
data:{
a:1,
b:[]
},
methods:{
doing:function(){
//console.log(this.a)
this.a++
}
},
watch:{
'a':function
}
})
上一篇下一篇

猜你喜欢

热点阅读