随笔分类 -  VUE

工作中日常前端VUE知识积累
摘要:[vite] Internal server error: Failed to resolve entry for package "vue3-video-play". The package may have incorrect main/module/exports specified in i 阅读全文
posted @ 2024-08-14 16:53 MickyGirl 阅读(1993) 评论(0) 推荐(0)
摘要:VUE3.0 多附件上传,支持word、xls、pdf、png 阅读全文
posted @ 2022-03-31 10:52 MickyGirl 阅读(2178) 评论(0) 推荐(0)
摘要:第一步:安装两个依赖包 npm install --save xlsx file-saver 第二:在你的页面中添加引用 import FileSaver from "file-saver"; import XLSX from "xlsx"; 第三步:导出两个tab面板中的数据 导出方法: base 阅读全文
posted @ 2020-05-13 10:58 MickyGirl 阅读(3935) 评论(0) 推荐(0)
摘要:<div style="height:65%;" id="fxps_ssyl"></div> ssylchartInit() { var that = this; var dataAxis = ['9:00', '10:00', '11:00', '12:00', '13:00', '14:00', 阅读全文
posted @ 2019-12-25 09:54 MickyGirl 阅读(1063) 评论(0) 推荐(0)
摘要:<el-table :data="pushMessageData" :height="tableStyle.height" border style="width: 100%;" @cell-click="clickTable" ref="refTable" @selection-change="h 阅读全文
posted @ 2019-05-15 09:17 MickyGirl 阅读(1985) 评论(0) 推荐(0)