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