xwha-tools
Version:
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
26 lines (25 loc) • 562 B
JavaScript
import { openBlock as s, createElementBlock as l } from "vue";
const a = (e, o) => {
const t = e.__vccOpts || e;
for (const [c, _] of o)
t[c] = _;
return t;
}, r = {}, i = { class: "hui-h1" };
function u(e, o) {
return s(), l("h1", i, " hello hui hui! ");
}
const n = /* @__PURE__ */ a(r, [["render", u], ["__scopeId", "data-v-6791dc5f"]]);
n.install = (e) => {
e.component(n.__name, n);
};
const d = [n], p = (e) => {
d.forEach((o) => {
e.component(o.__name, o);
});
}, h = {
install: p
};
export {
n as HelloHuiHui,
h as default
};