Initial generated code
a la `npm create vue@latest` using lts/iron
This commit is contained in:
commit
397b7b02e5
25 changed files with 664 additions and 0 deletions
9
src/views/HomeView.vue
Normal file
9
src/views/HomeView.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<script setup>
|
||||
import TheWelcome from '../components/TheWelcome.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
<TheWelcome />
|
||||
</main>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue