UNPKG

eslink-ui-plus

Version:

vue3 component library, css framework

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