UNPKG

comic-plus

Version:

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

10 lines (9 loc) 191 B
function withInstall(component) { component.install = function(app) { app.component(component.name || component.__name, component); }; return component; } export { withInstall };