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