git地址
vue-async-computed
安装依赖
npm install --save vue-async-computed
引用
import AsyncComputed from 'vue-async-computed'
Vue.use(AsyncCompute...
yekong
3年前 (2022-04-29)
喜欢
安装依赖
npm install timeago.js
文档地址
文档地址
使用
import { format, render, cancel, register } from 'timeago.js';
// format the time with locale
for...
yekong
3年前 (2022-04-28)
喜欢
vue2项目开发时,需要生成一些唯一的标识,于是找了一个组件。
安装依赖
npm i vue-uuid
生成uuid
import { uuid } from 'vue-uuid';
console.log(uuid.v1())
结果
66d6d470-c50b-11ec-8...
yekong
3年前 (2022-04-28)
喜欢
使用vue开发实现XixunPlayer的功能.
XixunPlayer 下载文件到内部存储(图片、视频等任意文件)
/**
* @Author: 858834013@qq.com
* @Name: downloadFile
* @Date: 2022-04-26
* @Desc...
yekong
3年前 (2022-04-27)
喜欢
使用vue开发实现XixunPlayer的功能.
XixunPlayer 下载文件到SD卡(图片、视频等任意文件)
/**
* @Author: 858834013@qq.com
* @Name: DownFile
* @Date: 2022-04-27
* @Desc: 下载文...
yekong
3年前 (2022-04-27)
喜欢
moment().subtract(-1, "days").format("YYYY-MM-DD")
dayjs 获取明天的日期
...
yekong
3年前 (2022-04-27)
喜欢
使用vue开发实现XixunPlayer的功能.
XixunPlayer 查询播放器当前正在播放的节目名
/**
* @Author: 858834013@qq.com
* @Name: getPlayingProgram
* @Date: 2022-04-26
* @Desc:...
yekong
3年前 (2022-04-26)
喜欢
使用vue开发实现XixunPlayer的功能.
XixunPlayer 查询播放器当前存储的节目
/**
* @Author: 858834013@qq.com
* @Name: getProgramTask
* @Date: 2022-04-26
* @Desc: Xixun...
yekong
3年前 (2022-04-26)
喜欢
使用vue开发实现XixunPlayer的功能.
XixunPlayer 播放流视频
/**
* @Author: 858834013@qq.com
* @Name: StartLiveVideo
* @Date: 2022-04-26
* @Desc: XixunPlayer ...
yekong
3年前 (2022-04-26)
喜欢
使用vue开发实现XixunPlayer的功能.
XixunPlayer 获取截屏
/**
* @Author: 858834013@qq.com
* @Name: screenshot
* @Date: 2022-04-26
* @Desc: XixunPlayer 获取截屏
...
yekong
3年前 (2022-04-26)
喜欢