UNPKG

element-plus

Version:

A Component Library for Vue3.0

17 lines (12 loc) 332 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var select = require('../el-select'); select.Option.install = (app) => { app.component(select.Option.name, select.Option); }; Object.defineProperty(exports, 'default', { enumerable: true, get: function () { return select.Option; } });