modified code
This commit is contained in:
parent
f0e0585908
commit
3423f4dc05
@ -30,10 +30,10 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
onBeforeMount(props){
|
onBeforeMount(props){
|
||||||
console.log(props.value);
|
console.log(props.value.items.results);
|
||||||
this.state = {
|
this.state = {
|
||||||
placeholder: "Rechercher dans les albums",
|
placeholder: "Rechercher dans les albums",
|
||||||
items: props.items.results,
|
items: props.value.items.results,
|
||||||
search: "albums"
|
search: "albums"
|
||||||
};
|
};
|
||||||
this.paintButton();
|
this.paintButton();
|
||||||
|
Loading…
Reference in New Issue
Block a user