
Vue
高子盛
0.1总比0大!
展开
-
UNIAPP NFC 读写
uniapp 实现nfc读写原创 2022-10-27 18:48:13 · 1762 阅读 · 2 评论 -
当页面关闭时是否需要提醒保存
//当页面关闭时是否需要提醒保存 window.isCloseHint = {}; //初始化关闭 window.addEventListener(‘beforeunload’, function (e) { let isShow = false; console.log(window.isCloseHint); Object.keys(window.isCloseHint).forEach(key => { if (window.isCloseHint[key]) { isShow = true; } }原创 2022-06-20 15:43:40 · 320 阅读 · 0 评论 -
JS时间格式化库
时间格式化库:dayjs 和 momentjs 都很好用的时间格式化工具原创 2021-05-03 00:10:29 · 582 阅读 · 0 评论 -
vue 无缝滚动组件vue-seamless-scroll
vue-seamless-scroll 演示库地址:https://chenxuan0000.github.io/vue-seamless-scroll/zh/guide/usage.html git地址:https://github.com/chenxuan0000/vue-seamless-scroll原创 2021-05-02 23:21:30 · 265 阅读 · 0 评论