modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 16:09:28 +02:00
parent 09920bf06a
commit ce9af330a1

View File

@ -27,7 +27,7 @@
<script> <script>
export default { export default {
async onBeforeMount(props){ async onBeforeMount(props){
let caca = await props.items.results; let caca = await props.items;
this.state = { this.state = {
placeholder: "Rechercher dans les albums", placeholder: "Rechercher dans les albums",
items: caca, items: caca,