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