Replies: 1 comment
-
|
Please see this repo for examples with using Vue and function props: https://github.com/seamapi/seam-components-sample-apps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Vue 2 and Vue 3 work with function props, but there are still some open questions on how this can be made better.
See this PR for the current working usage seamapi/seam-components-sample-apps#5
Use
onDeviceClickas an example.on-device-click?onDeviceClickwork instead of needing the dot syntax.onDeviceClick:onDeviceClickbe used instead of.onDeviceClick?.onDeviceClickor it must use.onDeviceClick.prop?Vue.prototype.console = consoleBeta Was this translation helpful? Give feedback.
All reactions