# @fiahfy/vue-visibility-changed-mixin

> Vue mixin for visibility changed

Latest version **0.0.2** (published 2019-07-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fiahfy/vue-visibility-changed-mixin
pnpm add @fiahfy/vue-visibility-changed-mixin
yarn add @fiahfy/vue-visibility-changed-mixin
bun add @fiahfy/vue-visibility-changed-mixin
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2019-07-24 |
| First published | 2018-12-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | fiahfy |
| Maintainers | fiahfy |
| Keywords | mixin, vue |

## Links

- npm: https://www.npmjs.com/package/@fiahfy/vue-visibility-changed-mixin
- Repository: https://github.com/fiahfy/vue-visibility-changed-mixin
- Issues: https://github.com/fiahfy/vue-visibility-changed-mixin/issues
- npm.io page: https://npm.io/package/@fiahfy/vue-visibility-changed-mixin

## Recent versions

- 0.0.2 (latest) — 2019-07-24
- 0.0.1 — 2018-12-21

## README

# @fiahfy/vue-visibility-changed-mixin

> Vue mixin for visibility changed.

## Installation
```
npm install @fiahfy/vue-visibility-changed-mixin
```

## Usage
```js
import VisibilityChanged from '@fiahfy/vue-visibility-changed-mixin'

new Vue({
  mixins: [VisibilityChanged],
  visibilityChanged(visible) {
    console.log(visible) // true -> visible, false -> hidden
  }
})
```

---
_Source: https://npm.io/package/@fiahfy/vue-visibility-changed-mixin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
