@stencil/vue-output-target
Advanced tools
Comparing version 0.4.2-3 to 0.4.2-4
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.4.2-3", | ||
"version": "0.4.2-4", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -99,2 +99,4 @@ import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue'; | ||
return () => { | ||
modelPropValue = (props as any)[modelProp]; | ||
getComponentClasses(attrs.class).forEach(value => { | ||
@@ -101,0 +103,0 @@ classes.add(value); |
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
38854
836