2020年3月25日
摘要: 创建分支:detail-ajax 拉取到本地并切换分支: git pull git checkout detail-ajax 打开Detail.vue页面,添加代码: import axios from 'axios' export default { data () { return { sigh 阅读全文
posted @ 2020-03-25 16:44 JoeYoung 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 创建分支:detail-list 拉取到本地并切换分支: git pull git checkout detail-list 在detail/components目录下,创建List.vue文件: <template> <div>list</div> </template> <script> exp 阅读全文
posted @ 2020-03-25 14:34 JoeYoung 阅读(428) 评论(0) 推荐(0) 编辑