modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:13:42 +02:00
parent 6af55cd738
commit b0f26ef9c3

View File

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