码迷,mamicode.com
首页 > 其他好文 > 详细

vue-resource

时间:2017-07-24 15:24:25      阅读:127      评论:0      收藏:0      [点我收藏+]

标签: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)
            })
        }
}

 

vue-resource

标签:function   this   min   blog   methods   vue   view   current   arc   

原文地址:http://www.cnblogs.com/ws-zhangbo/p/vue-resource.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!