@stencil/vue-output-target
Advanced tools
Comparing version 0.6.1-dev.11650996582.1590f5aa to 0.6.1-dev.11651000551.1f528d2f
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.6.1-dev.11650996582.1590f5aa", | ||
"version": "0.6.1-dev.11651000551.1f528d2f", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -52,3 +52,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "590f5aa3efd440940921bd016f9333acecc92e1d" | ||
"gitHead": "f528d2f92d8fddf7c4ef2ebe5c08b0f46dd85c9a" | ||
} |
@@ -72,3 +72,3 @@ import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue'; | ||
name: name, | ||
setup(props, { attrs, slots, emit }) { | ||
setup(props: any, { attrs, slots, emit }) { | ||
let modelPropValue = props[modelProp]; | ||
@@ -75,0 +75,0 @@ const containerRef = ref<HTMLElement>(); |
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
54711