modified code
This commit is contained in:
parent
e36d8b1f33
commit
dc38d28b84
@ -27,8 +27,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
riot.compile().then(() => {
|
riot.compile().then(() => {
|
||||||
riot.mount('onzer', {items: wait_data()}
|
riot.mount('onzer', {items: wait_data()});
|
||||||
);
|
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
console.log(props);
|
console.log(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
placeholder: "Rechercher dans les albums",
|
placeholder: "Rechercher dans les albums",
|
||||||
items: props.results,
|
items: props.items.results,
|
||||||
search: "albums"
|
search: "albums"
|
||||||
};
|
};
|
||||||
this.paintButton();
|
this.paintButton();
|
||||||
|
Loading…
Reference in New Issue
Block a user