安装依赖
npm install @wcjiang/notify --save
使用
import mp3s from './assets/mp3/msg.mp3'
import Notify from '@wcjiang/notify'
const notify = new...
yekong
3年前 (2022-06-09)
喜欢
项目笔记
vue 导出文档功能
element el-upload选择并读取txt文本内容
...
yekong
3年前 (2022-06-08)
喜欢
项目笔记
vue 和腾讯cos组件搭配
vue 腾讯云cos组件
vue base64图片上传到腾讯云cos
el-upload实现上传文件到腾讯云存储 cos
腾讯云cos配置跨域
...
yekong
3年前 (2022-06-08)
喜欢
安全云课堂
项目笔记
vue 在keep-alive 使用定时 hook方式结束定时
vue hook方式使用定时器
vue 指定页面开启定时,超时则进入首页
Vue 实现pdf预览iframe形式
vue 实现pdf预览
vue 图片根据状态显示并判断是否高亮
vue 实...
yekong
3年前 (2022-06-08)
喜欢
项目笔记
vue 滑动验证组件
xixixunplayer Type同步类型选择组件
vue2 XixunPlayer 查询设备磁盘空间
vue2 XixunPlayer 下载文件到内部存储(图片、视频等任意文件)
vue2 XixunPlayer 下载文件到SD卡(图片、视...
yekong
3年前 (2022-06-08)
喜欢
运行实例
使用
<range @getdata="getStatus"></range>
getStatus (e) {
this.status = e
},
代码
/**
* @Author: 85...
yekong
3年前 (2022-06-08)
喜欢
?.
可选链操作符( ?. )
const obj = {hh: 'xxx'}
let res = obj?.data?.list
console.log(res) // undefined
console.log(obj?.hh?.length) //3
console.l...
yekong
3年前 (2022-06-08)
喜欢
普通切图案例
vue 后台案例
项目笔记
Echarts 柱状图实例
Echarts 环形图效果图
vue element ui NavMenu 导航菜单 自定义样式
...
yekong
3年前 (2022-06-07)
喜欢
vue开发 导航菜单样式自定义,因为element ui NavMenu的功能已经满足需要,只需要调整样式就可以了。
使用代码
<sidebar :openeds="[0]" active="attendance"></...
yekong
3年前 (2022-06-07)
喜欢
图片base64
var base64data = await that.imgToBase64(key)
listdata.fileBase64 = base64data.replace(/^data:image\/\w+;base64,/, ""...
yekong
3年前 (2022-06-07)
喜欢