@teamnovu/statamic-live-preview-nuxt
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@teamnovu/statamic-live-preview-nuxt", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A Nuxt.js Plugin for the Statamic Live Preview", | ||
@@ -10,3 +10,3 @@ "private": false, | ||
"release-minor": "standard-version --release-as minor && git push --follow-tags && npm publish", | ||
"release-major": "standard-version --release-as major && git push --follow-tags && npm publish", | ||
"release-major": "standard-version --release-as major && gi t push --follow-tags && npm publish", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -19,3 +19,3 @@ }, | ||
"author": "novu GmbH", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -22,0 +22,0 @@ "url": "https://github.com/teamnovu/statamic-live-preview-nuxt/issues" |
@@ -44,2 +44,3 @@ # Statamic Live Preview for Nuxt | ||
For better user experience you can enable scroll to element when the user focuses an input element. However **not all** editable fields are supported. | ||
Register the Vue Directive to enable ScrollTo Element behavior. | ||
@@ -68,4 +69,4 @@ | ||
<ComponentsLoader | ||
:components="page.replicator_product_components" | ||
v-editor-target="'replicator_product_components'" | ||
:components="page.replicator_product_components" | ||
v-editor-target="'replicator_product_components'" | ||
/> | ||
@@ -81,4 +82,4 @@ ``` | ||
<Component | ||
... | ||
v-editor-target="index" | ||
... | ||
v-editor-target="index" | ||
/> | ||
@@ -85,0 +86,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9870
5
99
0