var vm = new Vue({
el:'.container',
data:{
abc:'ac'
},
Mounted:function(){
this.$nextTick(function(){
this.cartView()
})
},
methods:{
cartView:function(){
this.$http.get('data/cart.json').then(function(res){
console.log(res)
})
}
}
})
慕田峪9158850
FFIVE
随时随地看视频慕课网APP
相关分类