Compare commits
No commits in common. "6454f5f8d64a26287dd8bb749e71875db54ae3df" and "da08aa0222446cc7f935c73f34e1440ec1bf604e" have entirely different histories.
6454f5f8d6
...
da08aa0222
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
<div class="grid sm:grid-cols-3 gap-5">
|
||||
<div class="field">
|
||||
<label for="format">Format</label>
|
||||
<label for="format">Trier par</label>
|
||||
<select id="format" v-model="format">
|
||||
<option value="">Tous</option>
|
||||
<option v-for="format in orderedItems(formats)" :value="format">{{format}}</option>
|
||||
|
|
Loading…
Reference in a new issue