UNPKG

eslink-ui-plus

Version:

vue3 component library, css framework

9 lines (6 loc) 185 B
import { App } from "vue"; import InfoList from "./index.vue"; InfoList.install = (app: App): void => { app.component("es-info-list", InfoList); }; export default InfoList;