Replies: 1 comment
-
Hello @kleinpetr! I wonder, why don’t you try using the component emitters? For example, SpeedDial provides show and hide events that you can use to toggle its visibility without directly accessing the component via ref |
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
-
Hello I am wondering how to interact with components, for example Speed Dial, externally, out of slots, the typical usage in vue is using
exposes
at the component level which can be accessed from the parent something likeI would need to toggle visibility of this component and also others, such as menus, etc.. Thanks for clarification
Beta Was this translation helpful? Give feedback.
All reactions