随笔分类 -  vue

vue 相关的知识、问题等
摘要:<template> <el-date-picker style="width:260px;" V-model="timeRange" type="daterange" range-separator=" value-format="yyyy-MM-dd" start-placeholder="开始 阅读全文
posted @ 2024-11-12 15:49 张哲Zeo 阅读(318) 评论(0) 推荐(0) 编辑
摘要:核心插件 1. mammoth : 将文档内容转化为html 2. vue2-editor:富文本编辑器 核心方法: //文件切换事件 readFileInputEventAsArrayBuffer($event){ console.log("event ==>"event); var file = 阅读全文
posted @ 2023-12-15 11:33 张哲Zeo 阅读(154) 评论(0) 推荐(0) 编辑
摘要:最近项目开发中,有需求提出去除浏览器浏览PDF时的打印和下载按钮,网上查询后,大多是使用了第三方插件pdf.js,而本人也是用此插件实现了。 但是甲方还是希望保持浏览器自带的浏览,于是我又想办法进行处理,最终从元素覆盖 下载和打印 按钮 的方式来进行处理。 基本思路:使用定位覆盖 + 根据浏览器中的 阅读全文
posted @ 2023-11-03 13:55 张哲Zeo 阅读(1119) 评论(1) 推荐(0) 编辑
摘要:1. 使用VUE Router 主要使用router的resolve方法进行路径及参数构造 jumpPage(){ let routeData = this.$router.resolve({ name: "newPage", query: { name: "zs" } }) window.open 阅读全文
posted @ 2023-09-04 10:43 张哲Zeo 阅读(44) 评论(0) 推荐(0) 编辑
摘要:现在,很多web端操作都喜欢使用拖拽上传功能。此方法使用起来也很简单,主要是使用 ondrop 和 ondragover 两个事件。 在vue中是这样的 <div class="upload-file-box" v-loading="loading" @drop="dropFile($event)" 阅读全文
posted @ 2023-04-12 09:27 张哲Zeo 阅读(932) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示