UNPKG

infinite-loading

Version:

vue-infinite-loading based on bedlate's vue-data-loading

11 lines (9 loc) 258 B
/* eslint-disable */ 'use strict' 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() } })