1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-22 14:49:40 +02:00
mealie/frontend/pages/index.vue

16 lines
228 B
Vue
Raw Normal View History

2021-07-31 14:00:28 -08:00
<template>
<div></div>
2021-07-31 14:00:28 -08:00
</template>
<script lang="ts">
import { defineComponent } from "@nuxtjs/composition-api";
export default defineComponent({
setup() {
return {};
},
});
</script>
<style scoped>
</style>