[READ-ONLY] Mirror of https://github.com/danielroe/nuxt3-playground. Playground for Nuxt3
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt3-playground / app.vue
80 B 7 lines
1<template> 2 <div> 3 <div> 4 <NuxtPage /> 5 </div> 6 </div> 7</template>