home-cert-assistant/frontend/src/App.vue
Torge Hamann 254f2f09ec
🎉 Initial template frontend setup (#1)
* Initial frontend setup

* Adapt template to home cert manager
2024-11-17 17:47:13 +01:00

11 lines
134 B
Vue

<template>
<v-app>
<v-main>
<router-view />
</v-main>
</v-app>
</template>
<script lang="ts" setup>
//
</script>