Adicionado vue a branch vue

This commit is contained in:
Caio1w
2025-10-27 19:58:25 -03:00
parent 7a70cc4a87
commit 369179da55
11 changed files with 167 additions and 0 deletions

11
src/App.vue Normal file
View File

@@ -0,0 +1,11 @@
<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>
</template>
<style scoped></style>