index.vue

1<template>
2  <main class="page">
3    <h1 class="hero-title">Nuxt CSP Fixture</h1>
4    <p class="hero-hook">Minimal Nuxt page for live-mode + CSP tests.</p>
5  </main>
6</template>