Vue barely set up

This commit is contained in:
Ano-sys
2025-04-30 22:42:53 +02:00
parent dc9b88c085
commit e35e7817b9
8 changed files with 35 additions and 42 deletions
+6 -5
View File
@@ -1,18 +1,19 @@
<script setup>
import 'bootstrap/js/dist/modal.js'
import HUD from './components/HUD.vue'
</script>
<template>
<header>
<img alt="Vue logo" class="logo" src="./assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<HelloWorld msg="You did it!" />
</div>
<meta charset="utf-8">
</header>
<main>
<TheWelcome />
<div>
<HUD></HUD>
</div>
</main>
</template>