Init OpenAPI
This commit is contained in:
16
src/views/HomeView.vue
Normal file
16
src/views/HomeView.vue
Normal 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>
|
||||
Reference in New Issue
Block a user