摘要: Git鼓励大量使用分支: 查看分支:git branch 创建分支:git branch <name> 切换分支:git checkout <name> 创建+切换分支:git checkout -b <name> 合并某分支到当前分支:git merge <name> 删除分支:git branc 阅读全文
posted @ 2018-10-08 18:41 front-gl 阅读(176) 评论(0) 推荐(0)
摘要: export default {props: { },这是我的代码 报错是Invalid default value for prop "slides": Props with type Object/Array must use a factory function to return the d 阅读全文
posted @ 2018-10-08 15:00 front-gl 阅读(4659) 评论(0) 推荐(0)