vue-use-intersection-observer 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,11 +6,11 @@
6
6
 
7
7
  <div align="center">
8
8
 
9
- ![npm](https://img.shields.io/npm/v/vue-use-intersection-observer)
10
- ![npm downloads](https://img.shields.io/npm/dw/vue-use-intersection-observer)
9
+ [![npm](https://img.shields.io/npm/v/vue-use-intersection-observer.svg)](https://www.npmjs.com/package/vue-use-intersection-observer)
10
+ [![npm](https://img.shields.io/npm/dt/vue-use-intersection-observer.svg)](https://www.npmjs.com/package/vue-use-intersection-observer)
11
+ [![License](https://img.shields.io/crates/l/rnr.svg)](https://github.com/Mathiew82/vue-use-intersection-observer/blob/master/LICENSE)
11
12
  ![GitHub stars](https://img.shields.io/github/stars/Mathiew82/vue-use-intersection-observer)
12
13
  ![GitHub forks](https://img.shields.io/github/forks/Mathiew82/vue-use-intersection-observer)
13
- [![License](https://img.shields.io/crates/l/rnr.svg)](https://github.com/Mathiew82/vue-use-intersection-observer/blob/master/LICENSE)
14
14
 
15
15
  </div>
16
16
 
@@ -41,7 +41,6 @@ main.ts
41
41
 
42
42
  ```typescript
43
43
  import { createApp } from 'vue';
44
- import './style.css';
45
44
  import App from './App.vue';
46
45
  import { VisibilityPlugin } from 'vue-use-intersection-observer';
47
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-use-intersection-observer",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Simple visibility observer plugin for Vue 3 using IntersectionObserver.",
5
5
  "keywords": [
6
6
  "vue",