UNPKG

element-plus

Version:
10 lines (9 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* istanbul ignore next */ exports.default = (component) => { component.install = (app) => { app.component(component.name, component); }; return component; };