elk/docs/app.vue

6 lines
69 B
Vue
Raw Normal View History

2023-01-08 21:42:59 +00:00
<template>
<AppLayout>
<NuxtPage />
</AppLayout>
</template>