chore: init Vue

This commit is contained in:
DaanSelen
2026-04-21 08:42:21 +02:00
parent 4b783b50fb
commit 610fdffdb8
20 changed files with 1645 additions and 60 deletions
+7
View File
@@ -0,0 +1,7 @@
<script setup>
import HelloWorld from './components/HelloWorld.vue'
</script>
<template>
<HelloWorld />
</template>