MarketingMax/app.vue
2023-11-22 11:23:48 -07:00

8 lines
119 B
Vue

<template>
<div>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>