摘要: 话不多说直接上代码 阅读全文
posted @ 2019-07-26 18:34 zshNo1 阅读(1461) 评论(0) 推荐(0) 编辑
摘要: git 命令 是否安装git git 初始化 git init 克隆 git clone 地址 创建分支 git branch test 查看所在分支 git branch 切换分支 git checkout test 拉取 git pull 提交代码 git add . git commit -m 阅读全文
posted @ 2019-07-26 18:34 zshNo1 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 必须注意巨坑:el-form-item上的prop要和 v-model的值名字相同,否则会无效 一、文本框、多选校验 二、图片上传校验 export default { data() { return { image:'', rules: { imgae: [{required:true,messa 阅读全文
posted @ 2019-07-26 18:30 zshNo1 阅读(4360) 评论(0) 推荐(0) 编辑