1.0.1 • Published 6 years ago

vue-status v1.0.1

Weekly downloads
19
License
ISC
Repository
github
Last release
6 years ago

vue-status

Vue component for detecting the network status - online or offline

Requirements

  • Vue.js 2.x

Installation

yarn add vue-status

or

npm install vue-status

Usage

To use it locally in your component

import VueStatus from 'vue-status'

export default {
  components: {
      VueStatus
    }
}
<vue-status>
    <h2 slot="online">You are online (Any online content can be put here)</h2>
    <h2 slot="offline">You are offline (Any Offline content can be put here)</h2>
 </vue-status>
1.0.1

6 years ago

1.0.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago