mine-h5-ui
Version:
一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍
21 lines (20 loc) • 390 B
JavaScript
/*!
* mine-h5-ui v2.16.0
* Copyright (c) 2025 biaov
* @license MIT
*/
const s = (e, n, t, r = !1) => (e.addEventListener(n, t, r), e), a = (e, n, t, r = !1) => (e.removeEventListener(n, t, r), e), i = {
/**
* 绑定事件
*/
Bind: s,
/**
* 移除绑定事件
*/
Unbind: a
};
export {
s as Bind,
a as Unbind,
i as default
};