vue vue-router vuex element-ui axios的学习笔记(十四)商品详情页

思路

1、写api

2、写详情页组件和路由

router---->index.js

productcontent.vue

3、在productlist.vue把路由加上

4、mock.js

5、详情页添加内容




效果

总结:商品页面的功能基本完成了,接下来就是把样式写好

你可能感兴趣的:(vue.js)