how to do props and emit if it can be done in react #998
Answered
by
rmorshea
bobwatcherx
asked this question in
Question
-
is it possible to do props and emit on the component? example
|
Beta Was this translation helpful? Give feedback.
Answered by
rmorshea
May 26, 2023
Replies: 1 comment
-
Props are just passed as kwargs to functions decorated with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rmorshea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Props are just passed as kwargs to functions decorated with
@component
.