Your IP : 216.73.216.79


Current Path : /var/www/html/ebook/node_modules/vuesax/src/components/vsSidebar/Group/
Upload File :
Current File : /var/www/html/ebook/node_modules/vuesax/src/components/vsSidebar/Group/index.ts

import './style.sass'
import component from './vsSidebarGroup'

component.install = (vue: any) => {
  vue.component('vs-sidebar-group', component)
}

if (typeof window !== 'undefined' && window.Vue) {
  component.install(window.Vue)
}

export default component