生命周期
- beforeCreate 創(chuàng)建之前
- created 創(chuàng)建完成
- beforeMount 掛載之前
- mounted 掛載完成
- beforeUpdate 改變之前
- updated 改變完成
- beforeDestroy 銷毀之前
- destroyed 銷毀完成
jsonp
this.$http.jsonp(url,{params:{a:1,b:2}},{emulateJSON:true})
.then(function(res){},function(){})