@stencil/vue-output-target
Advanced tools
Comparing version 0.5.1-5 to 0.5.1-6
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.5.1-5", | ||
"version": "0.5.1-6", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -172,3 +172,3 @@ import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue'; | ||
...propsToAdd, | ||
[modelProp]: props.modelValue | ||
[modelProp]: props[MODEL_VALUE] | ||
} | ||
@@ -175,0 +175,0 @@ } else if (modelPropValue !== EMPTY_PROP) { |
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
48498