上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: diff --cc src/base index e261b5a7,91eb0ca9..00000000 a/src/base+++ b/src/base e261b5a7为冲突的页面 先取消暂存更改,再提交 阅读全文
posted @ 2023-01-03 16:35 hello芳芳 阅读(78) 评论(0) 推荐(0) 编辑
摘要: git reset --hard origin/master 阅读全文
posted @ 2023-01-03 16:29 hello芳芳 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 搭建第一个 Vite 项目 兼容性注意 Vite 需要 Node.js 版本 14.18+,16+。然而,有些模板需要依赖更高的 Node 版本才能正常运行,当你的包管理器发出警告时,请注意升级你的 Node 版本。 vite跟vue2版本的node不兼容 阅读全文
posted @ 2022-11-25 12:21 hello芳芳 阅读(426) 评论(0) 推荐(0) 编辑
摘要: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABGU.... 报错是因为没有去除 data:image/png;base64,应只要后面的文件流 1. base64 : 可以直接当作链接地址使用 1 data:image/png;base64,iVBOR 阅读全文
posted @ 2022-09-22 13:39 hello芳芳 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 区别在于template是否显示 阅读全文
posted @ 2022-06-23 10:07 hello芳芳 阅读(211) 评论(0) 推荐(0) 编辑
摘要: aa.toLocaleString() 阅读全文
posted @ 2022-06-20 15:26 hello芳芳 阅读(10) 评论(0) 推荐(0) 编辑
摘要: props接收的值不能再更改,如果要更改就用 this.$refs.xxx.propA=2 阅读全文
posted @ 2022-06-17 08:57 hello芳芳 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 报错图 问题原因: pre-commit钩子惹的祸 当你在终端输入git commit -m"XXX",提交代码的时候, pre-commit(客户端)钩子,它会在Git键入提交信息前运行做代码风格检查。 如果代码不符合相应规则,则报错。 解决方式: 一、 简单粗暴的方式 进入项目的.git文件夹下 阅读全文
posted @ 2022-06-01 17:04 hello芳芳 阅读(940) 评论(0) 推荐(0) 编辑
摘要: <vxe-toolbar custom /> <vxe-table id="bbb" ref="table" v-loading="loading" :data="model.list" class="tb-edit height34" border keep-source stripe resiz 阅读全文
posted @ 2022-05-06 09:33 hello芳芳 阅读(1537) 评论(0) 推荐(0) 编辑
摘要: <el-table ref="table" v-loading="loading" :data="tableData" class="tb-edit" border stripe :height="tableHeight" :header-cell-style="{'background':'#F5 阅读全文
posted @ 2022-03-29 17:32 hello芳芳 阅读(2037) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页