initial commit
This commit is contained in:
commit
a7fa97d3ff
23 changed files with 5590 additions and 0 deletions
16
src/components/MainMenu.vue
Normal file
16
src/components/MainMenu.vue
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ul>
|
||||
<li>
|
||||
Startseite
|
||||
</li>
|
||||
<li>
|
||||
Karte
|
||||
</li>
|
||||
<li>
|
||||
Glossar
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
7
src/components/Search.vue
Normal file
7
src/components/Search.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>Search</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue