mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
452a7730e0
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
17 lines
214 B
Vue
17 lines
214 B
Vue
<script setup>
|
|
</script>
|
|
|
|
<template>
|
|
<div class="hello">
|
|
Hello Nuxt!
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
.hello {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 3rem;
|
|
padding: 10rem;
|
|
}
|
|
</style>
|