标签:function this min blog methods vue view current arc
<script src="https://cdn.jsdelivr.net/vue.resource/1.3.1/vue-resource.min.js"></script> methods:{ doSomething: function(){ this.currentView = ‘archive‘; this.$http.get(‘data/demo.json‘).then(function(res){ console.log(res.body) }) } }
标签:function this min blog methods vue view current arc
原文地址:http://www.cnblogs.com/ws-zhangbo/p/vue-resource.html