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
onDeviceClick
as an example.on-device-click
?onDeviceClick
work instead of needing the dot syntax.onDeviceClick
:onDeviceClick
be used instead of.onDeviceClick
?.onDeviceClick
or it must use.onDeviceClick.prop
?Vue.prototype.console = console
Beta Was this translation helpful? Give feedback.
All reactions