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