All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m42s
9 lines
147 B
Vue
9 lines
147 B
Vue
<template>
|
|
<div>
|
|
<NuxtRouteAnnouncer />
|
|
<h1>Hi</h1>
|
|
<h2>This is website</h2>
|
|
<p>Maybe its not my person</p>
|
|
</div>
|
|
</template>
|