Criei a pagina da home do vue

This commit is contained in:
Caio1w
2025-10-28 17:49:20 -03:00
parent d532c07790
commit a9db545049
10 changed files with 2872 additions and 11 deletions

View File

@@ -1,11 +1,10 @@
<script setup></script>
<script setup>
</script>
<template>
<h1>You did it!</h1>
<p>
Visit <a href="https://vuejs.org/" target="_blank" rel="noopener">vuejs.org</a> to read the
documentation
</p>
<RouterView />
</template>
<style scoped></style>
<style>
</style>