UNPKG

element-plus

Version:

A Component Library for Vue3.0

7 lines (5 loc) 163 B
import { Option } from '../el-select'; export { Option as default } from '../el-select'; Option.install = (app) => { app.component(Option.name, Option); };