UNPKG
vue-floatthead
Version:
latest (0.0.5)
0.0.5
0.0.4
Vue 2 component for jquery.floatThead
vue-floatthead
/
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;