Skip to content

vue-navigator-online lets you react to online status changes in inside your components

License

Notifications You must be signed in to change notification settings

herrmannplatz/vue-navigator-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-navigator-online

navigator.onLine plugin for Vue.js

Requirements

Installation

$ npm install vue-navigator-online

Usage

import VueOnlinePlugin from 'vue-navigator-online'

Vue.use(VueOnlinePlugin)
<h1 v-if="isOnline">I'm online</h1>
<h1 v-else>I'm offline</h1>

About

vue-navigator-online lets you react to online status changes in inside your components

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published