Added secondary menu test

This commit is contained in:
Alexis
2023-05-10 23:22:14 +02:00
parent 66c7ac1fca
commit f95e591585
5 changed files with 40 additions and 4 deletions

View File

@@ -4,7 +4,11 @@ import { RouterView } from 'vue-router'
<template>
<div id="wrapper" class="py-16 px-8">
<RouterView />
<RouterView v-slot="{ Component }">
<Transition mode="out-in">
<component :is="Component" />
</Transition>
</RouterView>
</div>
</template>