vue-offline
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -21,3 +21,4 @@ module.exports = { | ||
bind: function (el) { | ||
prevDisplay = el.style.display | ||
if (window) { | ||
@@ -24,0 +25,0 @@ if (navigator.onLine) { |
{ | ||
"name": "vue-offline", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Online/Offline events and directives for vue application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3727
50