fix(app): use nuxt-page by default in app.vue (#283)

This commit is contained in:
Daniel Roe 2021-06-29 16:12:41 +01:00 committed by GitHub
parent dfbb047be6
commit 86af8457a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
<template>
<RouterView />
<NuxtPage />
</template>