modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:12:05 +02:00
parent 13099432fc
commit 451a04bb11

View File

@ -30,7 +30,7 @@
<script> <script>
export default { export default {
onBeforeMount(props){ onBeforeMount(props){
console.log(props.values); console.log(props);
this.state = { this.state = {
placeholder: "Rechercher dans les albums", placeholder: "Rechercher dans les albums",
items: props.value.items.results, items: props.value.items.results,