UNPKG

at-ui

Version:

A UI Component Library with Vue.js

8 lines (5 loc) 143 B
import Option from '../select/src/option.vue' Option.install = function (Vue) { Vue.component(Option.name, Option) } export default Option