11 2021 档案

摘要:插件简介 基于 viewer.js 插件,用于 Vue 的图像查看器组件 官网地址:https://mirari.cc/v-viewer/ 下载安装 通过 npm 安装: npm install v-viewer GitHub 下载地址:https://github.com/mirari/v-vie 阅读全文
posted @ 2021-11-29 11:43 刘猿外 阅读(3125) 评论(0) 推荐(0)
摘要:需求:表头悬浮提示并且切换图标 实现:利用template+el-tooltip 实现提示,利用鼠标移除移入实现图标切换 遇到的问题: 鼠标移入移除函数执行没问题,图标不切换。 解决办法:在template中加入slot-scope="scpoe" 阅读全文
posted @ 2021-11-18 17:31 刘猿外 阅读(191) 评论(0) 推荐(0)