2022-10-22 基于qrcode给二维码上面加图片/icon等,并支持下载 实现 afQrcode.vue 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545... 阅读全文…
2022-08-04 确认弹窗 (调用方式跟element this.$message 类似) 比element确认弹框多了个特殊按钮specialType(底部可以有3个按钮) 使用方式```javascript// 调用方式1this.$afConfirm(‘副标题’) .then(() => {}) .ca... 阅读全文…
2022-06-22 tools 基于el-table前端存储选中行一起提交数据 需求 el-table选中数据😓分页切换,改变搜索条件等操作原有的选项不会保存。需满足原油选中数据能够记录保存。 代码实现 前端自己维护选中数据,分装一个 tableSelection.js 123456789101112131... 阅读全文…
2022-05-16 tools fatal 'XXX' is not a commit and a branch 'XXX' cannot be created from it 在git新建分支并拉去上线分支代码时,出现报错 fatal: ‘XXX’ is not a commit and a branch ‘XXX’ cannot be created from it 原因是因为未将本地代码更行,检测不到g... 阅读全文…
2022-04-21 goland配置goland.vmoptions后不能启动问题解决 安装的版本有一些残留的配置项 打开 Finder(访达) –> Applications(应用程序) –> Goland(idea) –> Show Package Contents(显示包内容) Contents–... 阅读全文…
2022-01-21 js Vue 3 将成为新的默认版本(转) 作者:尤雨溪链接:https://zhuanlan.zhihu.com/p/460055155来源:知乎 划重点:Vue 3 将在 2022 年 2 月 7 日 成为新的默认版本! 请务必阅读文末的 可能需要采取的措施 部分,来... 阅读全文…
2022-01-04 js vue-router 使用需要添加多余参数(默认params 参数) 会有ts提示 遇到的问题vue-router 使用需要添加多余参数(默认params 参数) 会有ts提示 12不能将类型“{ name: string; path: string; params: { type: number... 阅读全文…
2022-01-02 Enter one-time password from your authenticator app 解决 Enter one-time password from your authenticator app 解决npm 安全规则 npm login 登录需要 OTP authenticator 操作文档 1234567891011121... 阅读全文…
2021-12-10 element-plus 更新 1.2.0版本后 @element-plus/icons 的使用 element-plus 更新 1.2.0版本后 @element-plus/icons 的使用 element-plus1.2.0 组件内的 Font Icon 向 SVG Icon 迁移,正式版本Font Icon将被弃用@ele... 阅读全文…