tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
13 lines (12 loc) • 332 B
JavaScript
import { h as r, render as c } from "vue";
const m = (e, n) => {
const t = s(e, n);
return document.body.append(t.vnode.el), t.proxy;
}, p = (e, n) => Object.assign(e, n), s = (e, n) => {
const t = r(e, n), o = document.createElement("div");
return c(t, o), t.component;
};
export {
m as createNot,
p as mergeOptions
};