6 lines
90 B
Vue
6 lines
90 B
Vue
<template>
|
|
<NuxtLayout>
|
|
<NuxtPage :key="$route.path" />
|
|
</NuxtLayout>
|
|
</template>
|