UNPKG

zkrt-component

Version:

<p align="center"> <img width="420" src="https://cdn.jsdelivr.net/gh/baimingxuan/media-store/images/logo-v3-md.png"> </p>

11 lines (10 loc) 264 B
import { defineComponent, createVNode } from "vue"; import { IllustratedHandbook } from "./index.js"; const index = /* @__PURE__ */ defineComponent({ setup() { return () => createVNode(IllustratedHandbook, null, null); } }); export { index as default };