UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

10 lines (9 loc) 134 B
const s = (n) => { const t = n; return t.install = (o) => { o.component(t.name, n); }, t; }; export { s as withInstall };