mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Remove columns.
This commit is contained in:
parent
962de06a2e
commit
48f5e2e2fb
@ -10,13 +10,7 @@
|
||||
{{item.source}}
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="columns">
|
||||
<template v-for="bundleItem in item.bundles">
|
||||
<div class="column" :key="bundleItem.bundle.id">
|
||||
<bundle-button :bundle-item="bundleItem" :item="item"/>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
<bundle-button v-for="bundleItem in item.bundles" :key="bundleItem.bundle.id" :bundle-item="bundleItem" :item="item"/>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="card-footer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user