| Current Path : /var/www/html/maiwp/node_modules/vuesax/src/components/vsNavbar/Base/ |
| Current File : /var/www/html/maiwp/node_modules/vuesax/src/components/vsNavbar/Base/index.ts |
import './style.sass'
import component from './VsNavbar'
component.install = (vue: any) => {
vue.component('vs-navbar', component)
}
if (typeof window !== 'undefined' && window.Vue) {
component.install(window.Vue)
}
export default component