vue-tippy
Advanced tools
Comparing version 4.0.0-beta.8 to 4.0.0
{ | ||
"name": "vue-tippy", | ||
"version": "4.0.0-beta.8", | ||
"version": "4.0.0", | ||
"description": "Directive and Component wrapper for Tippy.js", | ||
@@ -5,0 +5,0 @@ "author": "Georges KABBOUCHI <georges.kabbouchi@gmail.com>", |
@@ -20,5 +20,5 @@ # VueTippy | ||
```bash | ||
npm install --save vue-tippy@next | ||
npm install --save vue-tippy | ||
# or | ||
yarn add vue-tippy@next | ||
yarn add vue-tippy | ||
``` | ||
@@ -55,4 +55,4 @@ | ||
<!-- From CDN --> | ||
<script src="https://unpkg.com/vue-tippy@next/dist/vue-tippy.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/vue-tippy@next/dist/vue-tippy.min.js"></script> | ||
<script src="https://unpkg.com/vue-tippy/dist/vue-tippy.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/vue-tippy/dist/vue-tippy.min.js"></script> | ||
``` | ||
@@ -82,3 +82,3 @@ | ||
<button name="myTrigger">Tippy Trigger</button> | ||
``` | ||
``` | ||
@@ -97,3 +97,3 @@ ```html | ||
</tippy> | ||
``` | ||
``` | ||
@@ -106,3 +106,3 @@ ```html | ||
</tippy> | ||
```` | ||
``` | ||
@@ -109,0 +109,0 @@ > For full v4 documentation, visit [https://kabbouchi.github.io/vue-tippy/4.0/](https://kabbouchi.github.io/vue-tippy/4.0/). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
706808