mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-16 08:06:24 +03:00
7 lines
177 B
Vue
7 lines
177 B
Vue
<template>
|
|
<main class="page">
|
|
<h1 class="hero-title">Nuxt Fixture</h1>
|
|
<p class="hero-hook">Minimal Nuxt page for oracle live-mode goldens.</p>
|
|
</main>
|
|
</template>
|