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