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
/
build
/
dev-client.js
10 lines
(8 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/* eslint-disable */
require
(
'eventsource-polyfill'
)
var
hotClient =
require
(
'webpack-hot-middleware/client?noInfo=true&reload=true'
) hotClient.
subscribe
(
function
(
event
) {
if
(event.
action
===
'reload'
) {
window
.
location
.
reload
() } })