随笔分类 -  vue

摘要:条件组合组件--vue3版参考 手把手教你写一个条件组合组件 此随笔是借鉴以上写的vue版,记录一下 组件 前期准备 1.vue3的全套工具 2.element-plus 3.lodash 数据结构 主要是嵌套结构 关键点 在RelationGroup组件内引用本身,注意key值,不能用i,不然删除操作,会从最后删起 组件结 阅读全文
posted @ 2024-07-25 10:47 流云君 阅读(725) 评论(0) 推荐(0) 编辑
摘要:前言 关于解决echarts+ws多次数据刷新渲染,内存增长溢出的尝试。 记录一下,便于下次使用有参考 方法 关闭echarts动画 tooltip的动画设置为false。(echarts动画会缓存,通过快照可以看出) tooltip: { axisPointer: { animation: fal 阅读全文
posted @ 2024-01-15 10:01 流云君 阅读(1573) 评论(0) 推荐(3) 编辑
摘要:1.按钮 <el-button @mousedown="down" @touchstart="down" @mousemove="move" @touchmove="move" @mouseup="end" @touchend="end" @touchcancel="end" > </el-butt 阅读全文
posted @ 2022-07-26 11:41 流云君 阅读(247) 评论(0) 推荐(0) 编辑
摘要:仿微信语音聊天webrtc主要技术 MediaRecorder 录音 webrtc 获取麦克风 URL.createObjectURL 转换为url(实际生产中,通过后端转换blob为mp3网址) 实现elementui+vue 1.html <div class="chat-record"> <audio ref="cha 阅读全文
posted @ 2022-07-26 11:24 流云君 阅读(312) 评论(0) 推荐(0) 编辑

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