UNPKG

tav-ui

Version:
15 lines (11 loc) 285 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const withInstall = (comp) => { ; comp.install = function(app) { app.component(comp.name, comp); }; return comp; }; exports.withInstall = withInstall; //# sourceMappingURL=with-install2.js.map