init vue and asp.net

This commit is contained in:
jhim
2026-02-06 09:20:38 +01:00
committed by Jonas
parent d886fa24a6
commit 74f9f11b6d
18 changed files with 3572 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<script setup lang="ts"></script>
<template>
<v-app>
<v-app-bar :elevation="6">
<v-app-bar-title>4 Gewinnt</v-app-bar-title>
</v-app-bar>
</v-app>
</template>
<style scoped></style>