public/pages/[...slug].vue
2022-07-21 16:50:03 -04:00

6 lines
61 B
Vue

<template>
<main>
<ContentDoc />
</main>
</template>