通过接口学习js基础笔记(0623)

摘要: 表格自定义输出: <el-table-column label="图片"> <template v-slot="scope"> 模块化处理 <img :src="scope.row.cover" alt="" style="width: 100%" /> </template> </el-table 阅读全文
posted @ 2021-06-23 20:28 whtily 阅读(53) 评论(0) 推荐(0)

第一次接口项目操作注意简写

摘要: 团队项目管理 管理员: 1.在gitee上创建远程项目 2.添加仓库成员管理 复制开发者邀请链接 3.将远程仓库地址发送给组员 4.修改基地址 5.安装依赖 > cnpm install 6.运行 > npm run dev 架构 7.上传远程仓库 > git commit -m "[xxx]架构" 阅读全文
posted @ 2021-06-21 19:25 whtily 阅读(56) 评论(0) 推荐(0)

通过接口学习js基础笔记(0618)

摘要: git基础配置 终端接口配置 vue基础 阅读全文
posted @ 2021-06-18 21:01 whtily 阅读(77) 评论(0) 推荐(0)