@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
11 lines (10 loc) • 350 B
JavaScript
;
var iconCommand = require("./icon-command.js");
const IconCommand = Object.assign(iconCommand, {
install: (app, options) => {
var _a;
const iconPrefix = (_a = options == null ? void 0 : options.iconPrefix) != null ? _a : "";
app.component(iconPrefix + iconCommand.name, iconCommand);
}
});
module.exports = IconCommand;