Level 104
What are you expecting should happen?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Please help, it seems my Vue2 Application will not get into my
<div class="course flexbox flexbox-justify-center flexbox-align-center" :aria-hidden="isHidden()" v-if="$store.state.showSplash === false" >
<keep-alive>
<p>Route path: {{ $route.path }}</p>
<router-view :key="$route.path" default="/menu"/>
</keep-alive>
</div>
But all I see is:
Route path: /menu
Please help
Please or to participate in this conversation.