stefanodotit / vue-page-visibility-awesome

A Vue 2.x component of easy-to-config page visibility api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-page-visibility-awesome

A Vue 2.x component of easy-to-config page visibility api

Introduction

Demo

Install

$ npm i vue-page-visibility-awesome --save

Usage

    <VuePageVisibility 
        @documentInactive="documentInactive" 
        @documentActive="documentActive" >
    </VuePageVisibility>
import VuePageVisibility from 'vue-page-visibility-awesome'

new Vue({
    components: {
        VuePageVisibility
    }
})

Events

Name Params Description
documentInactive none Triggered when user leave the focus page
documentActive none Triggered when user refocus the page

Contribute

Feel free to open an issue if you find a bug.

Feature requests and PRs are welcome.

LICENSE

MIT Licensed. See LICENSE.

About

A Vue 2.x component of easy-to-config page visibility api

License:MIT License


Languages

Language:JavaScript 65.7%Language:Vue 28.3%Language:HTML 6.0%