refactor: remove nuxt-child (#131)

This commit is contained in:
Eduardo San Martin Morote 2021-01-22 11:56:28 +01:00 committed by GitHub
parent 776e12f362
commit dc2d17baca
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
<template>
<RouterView v-slot="{ Component }">
<transition name="page" mode="out-in">
<component :is="Component" :key="$route.path" />
</transition>
</RouterView>
</template>
<script>
export default {
name: 'NuxtChild'
}
</script>