UNPKG

shh-test-components

Version:

This template should help get you started developing with Vue 3 in Vite.

19 lines (18 loc) 421 B
import { defineComponent as e, openBlock as o, createElementBlock as s, renderSlot as a } from "vue"; const c = e({ name: "SanButton" }), l = /* @__PURE__ */ Object.assign(c, { setup(t) { return (n, m) => (o(), s("button", null, [ a(n.$slots, "default") ])); } }), r = [l], u = (t) => { r.forEach((n) => t.component(n.name, n)); }, _ = { install: u }; export { l as SanButton, _ as default };