vue-resource
Posted 蛋Mrs炒饭
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue-resource相关的知识,希望对你有一定的参考价值。
<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) }) } }
以上是关于vue-resource的主要内容,如果未能解决你的问题,请参考以下文章