javascript/nuxt3/quick_start/components/HelloWorld.vue (
11
lines of code) (
raw
):
<template> <div> <NuxtLogo /> <h1>HelloWorld!</h1> </div> </template> <style> body { margin: 0; } </style>