Call a method from App.vue located on an open page #1723
Unanswered
timoshechkin
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
How to call a method from App.vu located in the current open page. Opening pages is done using vue-router?
I tried using ref link by adding it to the page code:
My page appeals_out.vue:
My App.vue:
But when accessing the page component by ref, I get undefined:
vue 2.6.14
vue-router 3.5.1
Beta Was this translation helpful? Give feedback.
All reactions