elk/docs/app.vue

6 lines
69 B
Vue
Raw Normal View History

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