vue-tippy
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "vue-tippy", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Directive wrapper for Tippy.js", | ||
@@ -56,3 +56,3 @@ "author": "Georges KABBOUCHI <georges.kabbouchi@gmail.com>", | ||
"babel-plugin-transform-vue-jsx": "^3.7.0", | ||
"babel-preset-env": "^1.4.0", | ||
"babel-preset-env": "^1.7.0", | ||
"chai": "^3.5.0", | ||
@@ -59,0 +59,0 @@ "chai-dom": "^1.7.0", |
@@ -11,2 +11,6 @@ # VueTippy | ||
</aside> | ||
<br> | ||
<aside class="notice"> | ||
<a href="https://github.com/KABBOUCHI/vue-tippy/tree/next">For tippyJS v4 use next branch</a> | ||
</aside> | ||
@@ -13,0 +17,0 @@ ## Documentation |
@@ -133,3 +133,3 @@ import './polyfill.js' | ||
Vue.component('tippy', { | ||
template: `<div><slot></slot></div>`, | ||
render (createElement) { return createElement('div', this.$slots.default) }, | ||
props: { | ||
@@ -186,8 +186,8 @@ to: { | ||
delay: { | ||
type: [Number, Array], | ||
default: () => [0, 20] | ||
type: [Number, Array], | ||
default: () => [0, 20] | ||
}, | ||
duration: { | ||
type: [Number, Array], | ||
default: () => [325, 275] | ||
type: [Number, Array], | ||
default: () => [325, 275] | ||
}, | ||
@@ -194,0 +194,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
450388
9708
116
174
0
0
0