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