1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-19 21:29:40 +02:00
mealie/frontend/layouts/admin.vue

17 lines
241 B
Vue
Raw Normal View History

<template>
<v-app dark> </v-app>
</template>
<script lang="ts">
import { defineComponent } from '@nuxtjs/composition-api'
export default defineComponent({
setup() {
return {}
}
})
</script>
<style scoped>
</style>