You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of an overall cleanup with the Vue package is being able to expose the individual component's machine API through the v-slot so that state such as boolean checks or selected values can be accessed by the user to then apply to custom structures within each component's wrapper.
If not immediately, considering to also apply the expose method with the APIs for added flexibility.
Description
Part of an overall cleanup with the Vue package is being able to expose the individual component's machine API through the
v-slot
so that state such as boolean checks or selected values can be accessed by the user to then apply to custom structures within each component's wrapper.If not immediately, considering to also apply the
expose
method with the APIs for added flexibility.Additional Information
Related to #905
The text was updated successfully, but these errors were encountered: