vue-offline
Advanced tools
Comparing version 1.0.202 to 1.0.203
{ | ||
"name": "vue-offline", | ||
"version": "1.0.202", | ||
"version": "1.0.203", | ||
"description": "Online/Offline events and directives for vue application", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,3 +25,3 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
And inside components that you want to have features listed below: | ||
Add vue-offline mixin inside components that you want to have features listed below: | ||
````js | ||
@@ -28,0 +28,0 @@ import VueOfflineMixin from 'vue-offline/mixin' |
6382