<template> <main> <div class="pa-8"> <h1>POC</h1> <NuxtPage /> </div> </main> </template> <script setup lang="ts"></script> <style scoped lang="scss"> h1 { color: rgb(var(--v-theme-primary)); } </style>