flaschengeist-frontend/src/views/contents/Cookies.vue

23 lines
412 B
Vue
Raw Normal View History

2020-03-04 22:10:18 +00:00
<template>
<v-content>
<v-container>
<v-card>
<v-card-title>Informationen zu Cookies</v-card-title>
<v-card-text>
Cookies sind dafür
</v-card-text>
</v-card>
</v-container>
</v-content>
</template>
<script>
export default {
name: "Cookies"
}
</script>
<style scoped>
</style>