modified code
This commit is contained in:
parent
40a8e5fa96
commit
d7d514a9f3
10
onzer.riot
10
onzer.riot
@ -18,15 +18,6 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-wrap px-12 justify-between mt-8">
|
||||
<div each={ album in await state.items }
|
||||
class="item mb-4 border border-solid rounded-lg h-64 flex justify-center items-center">
|
||||
<div>
|
||||
<p> { album.name } </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
async onBeforeMount(props){
|
||||
@ -36,7 +27,6 @@
|
||||
items: caca,
|
||||
search: "albums"
|
||||
};
|
||||
console.log(caca);
|
||||
console.log(this.state.items);
|
||||
this.album_style = "isActivate";
|
||||
this.paintButton();
|
||||
|
Loading…
Reference in New Issue
Block a user