Init OpenAPI

This commit is contained in:
rak
2025-06-21 16:55:53 +02:00
parent 18719f1ad9
commit 2545c0840d
43 changed files with 4770 additions and 13 deletions

16
src/views/HomeView.vue Normal file
View File

@@ -0,0 +1,16 @@
<script setup lang="ts">
import {DeckService} from "../api/openpi";
const deckService: DeckService = inject(Deck);
</script>
<template>
<div>
<div v></div>
</div>
</template>
<style scoped>
</style>