vue-element-spy
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -183,3 +183,3 @@ var defaultConfig = { | ||
anchor.className = 'vue-element-spy-anchor'; | ||
el.parentElement.insertBefore(anchor, el); | ||
el.prepend(anchor); | ||
target.anchor = anchor; | ||
@@ -186,0 +186,0 @@ |
@@ -186,3 +186,3 @@ var VueElementSpy = (function () { | ||
anchor.className = 'vue-element-spy-anchor'; | ||
el.parentElement.insertBefore(anchor, el); | ||
el.prepend(anchor); | ||
target.anchor = anchor; | ||
@@ -189,0 +189,0 @@ |
@@ -189,3 +189,3 @@ (function (global, factory) { | ||
anchor.className = 'vue-element-spy-anchor'; | ||
el.parentElement.insertBefore(anchor, el); | ||
el.prepend(anchor); | ||
target.anchor = anchor; | ||
@@ -192,0 +192,0 @@ |
{ | ||
"name": "vue-element-spy", | ||
"description": "Vue.js plugin for detecting when element reaches top of the viewport. The plugin uses Intersection Observer.", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "rollup -c rollup.config.js" |
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
27849