Criei a pagina da home do vue
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user