UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

10 lines (9 loc) 229 B
import "../../utils/config.mjs"; import { withInstall } from "../../utils/use.mjs"; import "vue"; import "@vueuse/core"; import TabPane from "../tabs/src/pane.mjs"; const CuTabPane = withInstall(TabPane); export { CuTabPane };