Updated to latest vue build

This commit is contained in:
Alexis
2023-05-11 18:29:33 +02:00
parent cbf4b07b6d
commit 0285e18556
7 changed files with 101 additions and 211 deletions

View File

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