we can't show existing pizzas yet

missytake
missytake 2020-06-20 15:40:17 +02:00
parent fa0a9672d3
commit 62848477af
2 changed files with 0 additions and 4 deletions

View File

@ -9,10 +9,6 @@
<p>Du willst eine Pizza? Hier kannst du mit belegen anfangen:</p>
<input v-model="pizzatitle" :placeholder="pizzatitle">
<button v-on:click="createPizza">Starte mit Belegen!</button>
<p>Existierende Pizzen:</p>
<ul>
</ul>
</div>
<script src="/js/index.js"></script>
</body>