父组件:
子组件:
vue-resource使用本地json模拟服务端数据请求
vue-resource 的安装:
npm install vue-resource --save
在main.js中导入并使用:
import vueResource from 'vue-resource';
Vue.use(vueResource);
注意:模拟后台数据的json文件必须放在static目录下,其他目录不能访问
读取数据
父组件:
子组件:
vue-resource使用本地json模拟服务端数据请求
vue-resource 的安装:
npm install vue-resource --save
在main.js中导入并使用:
import vueResource from 'vue-resource';
Vue.use(vueResource);
注意:模拟后台数据的json文件必须放在static目录下,其他目录不能访问
读取数据
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。