MIF_E31221407_FE/pages/demo.vue

8 lines
129 B
Vue

<template>
<NuxtLayout name="landing-page">
<div>
demo page
</div>
</NuxtLayout>
</template>