Is there any way to access persistent layout's refs? #1092
Unanswered
Neography7
asked this question in
Help (Vue)
Replies: 0 comments
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.
-
Hello all, I have a question. Is there any way to access persistent layout's refs?
For example my project layout have a navbar
<Navbar ref="Navbar" />
I want to access this Navbar from a page that uses this layout. Is it possible? $parent and $refs didn't give this ref.
Beta Was this translation helpful? Give feedback.
All reactions