public/pages/[...slug].vue

6 lines
61 B
Vue
Raw Normal View History

2022-07-21 16:50:03 -04:00
<template>
<main>
<ContentDoc />
</main>
</template>