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
+10
View File
@@ -0,0 +1,10 @@
<script setup lang="ts">
</script>
<template>
<h1>Home</h1>
</template>
<style scoped>
</style>