modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 14:50:55 +02:00
parent 7460ef7905
commit e36d8b1f33

View File

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