UNPKG

mine-h5-ui

Version:

一款轻量级、模块化基于 Vue3.x 的 H5 前端 UI 组件库 👍

10 lines (9 loc) 292 B
import { provide as a } from "vue"; import { MeCollapseKey as t } from "./token.js"; const m = ({ emit: s, currentValue: o }) => (a(t, { name: t, currentValue: o, onChange: (e) => { const n = e !== o.value ? e : ""; o.value = n, s("change", n); } }), {}); export { m as useInitSlots };