@stencil/vue-output-target
Advanced tools
Comparing version 0.5.1-3 to 0.5.1-4
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.5.1-3", | ||
"version": "0.5.1-4", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -108,3 +108,3 @@ import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue'; | ||
const { routerLink } = props; | ||
if (!routerLink) return; | ||
if (routerLink === EMPTY_PROP) return; | ||
@@ -111,0 +111,0 @@ if (navManager !== undefined) { |
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
48090