UNPKG

comic-plus

Version:

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

10 lines (9 loc) 287 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function withInstall(component) { component.install = function(app) { app.component(component.name || component.__name, component); }; return component; } exports.withInstall = withInstall;