< div class= "wrapper" >
<v-head></v-head>
<v-sidebar></v-sidebar>
<div class="content-box" :class="{"content-collapse":collapse}">
<v-tags></v-tags>
<div class="content">
<transition name="move" mode="out-in">
<keep-alive :include="tagsList">
<router-view></router-view>
</keep-alive>
</transition>
</div>
</div>
< / div >
what if I want to use the methods of < v-tags > < / v-tags > components via routed jump components, they are not parents and sons, nor are they brothers.