add new route and component for requested wines

This commit is contained in:
Adrian Thompson
2020-08-31 10:46:07 +02:00
parent c6a2bfe4b2
commit d67c1e77bd
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<template>
<main>
<p>
Alle viner
</p>
</main>
</template>
<script>
export default {
}
</script>
<style>
</style>