index.js 202 B

123456789
  1. import VxeOptgroup from '../select/src/optgroup'
  2. export const Optgroup = Object.assign(VxeOptgroup, {
  3. install (Vue) {
  4. Vue.component(VxeOptgroup.name, VxeOptgroup)
  5. }
  6. })
  7. export default Optgroup