UNPKG

kingdot

Version:

A UI Components Library For Vue

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