UNPKG

element-plus

Version:

A Component Library for Vue3.0

9 lines (6 loc) 161 B
import { Option } from '../el-select'; const _Option = Option; _Option.install = (app) => { app.component(_Option.name, _Option); }; export default _Option;