MarketingMax/app.vue

8 lines
119 B
Vue
Raw Permalink Normal View History

2023-11-22 10:23:48 -08:00
<template>
<div>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</div>
</template>