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>
export default {
onBeforeMount(props){
console.log(props.values);
console.log(props);
this.state = {
placeholder: "Rechercher dans les albums",
items: props.value.items.results,