vue.js实现请求数据的方法示例 vue2.0示例代码如下:varvm=newVue({el:"#list",data:{gridData:"",},mounted:function(){this.$nextTick(function(){thi vue怎么请求数据