UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 154 B
import Select from './Select' /* istanbul ignore next */ Select.install = function (app) { app.component(Select.name, Select) } export default Select