UNPKG

vue-floatthead2

Version:

Vue 2 component for jquery.floatThead

8 lines (5 loc) 163 B
import FloatThead from './components/FloatThead.vue' function install(Vue, options) { Vue.component('FloatTheadTable', FloatThead); } export default install;