UNPKG
vue-floatthead2
Version:
latest (1.0.4)
1.0.4
1.0.2
1.0.1
1.0.0
Vue 2 component for jquery.floatThead
vue-floatthead2
/
src
/
main.js
8 lines
(5 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
FloatThead
from
'./components/FloatThead.vue'
function
install
(
Vue, options
) {
Vue
.
component
(
'FloatTheadTable'
,
FloatThead
); }
export
default
install;