modified code
This commit is contained in:
parent
09920bf06a
commit
ce9af330a1
@ -27,7 +27,7 @@
|
||||
<script>
|
||||
export default {
|
||||
async onBeforeMount(props){
|
||||
let caca = await props.items.results;
|
||||
let caca = await props.items;
|
||||
this.state = {
|
||||
placeholder: "Rechercher dans les albums",
|
||||
items: caca,
|
||||
|
Loading…
Reference in New Issue
Block a user