rezepte hinzugefügt
This commit is contained in:
@@ -11,12 +11,17 @@
|
||||
<div class="window" x-data="daten">
|
||||
<div class="actionbar">
|
||||
<button type="button" @click="reset()">Alles zurücksetzen</button>
|
||||
<span class="search">
|
||||
<input
|
||||
type="text"
|
||||
class="search"
|
||||
placeholder="Suche..."
|
||||
x-model="filter"
|
||||
/>
|
||||
<template x-if="filter.length > 0">
|
||||
<button type="reset" @click="filter = ''">×</button>
|
||||
</template>
|
||||
</span>
|
||||
</div>
|
||||
<div class="grid">
|
||||
<template x-for="(z) in zutaten_filter">
|
||||
|
||||
Reference in New Issue
Block a user