vue-timer-hook - Vue 3 Timer module inspired by react-timer-hook Calendar Display non-editable events in a Calendar vue-simple-calendar - Flexbox-based Vue month calendar component; supports multi-day events, localization, holiday emoji, drag/drop. No dependencies. vue-functional-calendar - Ligh...
instance) { instance = new toastConstructor({ el: document.createElement('div') }); } if(instance.show === true) return; instance.message = options.message; instance.show = true; document.body.appendChild(instance.$el) let timer = setTimeout(() => { instance.show ...
Vue timer hook is a custom hook, built to handle timer, stopwatch, and time logic/state in your vue 3 component. - riderx/vue-timer-hook
github.com/TriDiamond/vuejs-countdown-timer Homepage github.com/TriDiamond/vuejs-countdown-timer#readme Weekly Downloads 534 Version 2.1.3 License MIT Unpacked Size 25.2 kB Total Files 5 Issues 7 Last publish 4 years ago Collaborators
(工具包) ├── timer (定时器接口封装) └── upload (oss接口封装) web ├── babel.config.js ├── Dockerfile ├── favicon.ico ├── index.html -- 主页面 ├── limit.js -- 助手代码 ├── package.json -- 包管理器代码 ├── src -- 源代码 │ ├── api -- api 组...
v-for="(activity, index)inactivities":key="index"icon="el-icon-timer"type="primary"size="large":timestamp="activity.timestamp"placement="top"> <!-- 1111 --> <timeLine :timeLineList="activity.timeLineList"></timeLine> </el-timeline-item> </el-timeline> <...
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/piexlmax/gin-vue-admin main 分支(7) 标签(64) 管理 管理 main autoCode-picture i18n 2.7.8beta-2 bypanghu-patch-2 v2.4.x i18n-dev v2.7.7 v2.7.6
来源|https://github.com/Michael-lzg/my--article/blob/master/vue/ 在vue,除了核心功能默认内置的指令 ( v-model 和 v-show ),vue 也允许注册自定义指令。它的作用价值在于当开发人员在某些场景下需要对普通 DOM 元素进行操作。 Vue 自定义指令有全局注册和局部注册两...
下载地址:https://github.com/mpromonet/webrtc-streamer/releases 2.解压下载的安装 3.双击webrtc-streamer.exe启动服务 如下图则启动成功,此时在浏览器访问127.0.0.1:8000可以看到本机监控画面 当你同时打开多个视频流/访问窗口时,会发现本地CPU会快速上涨,cpu太高的话打字都非常卡。所以在cmd里命令启动exe时,...
easyest-dropdown是一个可智能定位的最基础的下拉组件,你可以用它实现任何带有下拉功能的组件,如自定义select、日期时间选择器、多级菜单、自动填充输入框等。