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)
            })
        }
}

 

posted @ 2017-07-24 15:12  蛋Mrs炒饭  阅读(159)  评论(0编辑  收藏  举报