摘要: Vue ui是vue-cli提供的可视化的项目管理工具,执行vue ui前需要提前安装好 vue-cli,Windows系统需要软件bash,node.js 下载安装好后再bash先安装vue-cli npminstall -g @vue/cli 安装之后,你就可以在命令行中访问 ue命令。你可以通 阅读全文
posted @ 2022-04-06 17:58 酒量大的作曲家 阅读(226) 评论(0) 推荐(0)
摘要: <el-upload class="upload-demo" action multiple :limit="1" ref="uploadPDF" :file-list="fileListPDF" :before-upload="beforeAvatarUploadPDF" :on-remove=" 阅读全文
posted @ 2021-12-09 11:31 酒量大的作曲家 阅读(1767) 评论(0) 推荐(2)
摘要: mounted() { // 添加事件微信页面关闭 window.addEventListener('pagehide', function (e) { _this.pagehideHander(); }, false); // 移除事件iOS微信页面关闭 window.removeEventLis 阅读全文
posted @ 2021-12-03 16:11 酒量大的作曲家 阅读(290) 评论(0) 推荐(1)