my Vue project is like this. My body
is a routed page that can jump to many pages (eg: a, b, c
component). header
and footer
both exist on the page when routing to different pages.
there are some methods in my header
, but when I body
routes to the b
component, I want to call the method of a component in the b
component. What should I do?