mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Fixed an ID error.
This commit is contained in:
parent
294e25b30d
commit
dc19dc63fd
@ -10,7 +10,7 @@
|
|||||||
{{item.source}}
|
{{item.source}}
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<bundle-button v-for="bundleItem in item.bundles" :key="bundleItem.bundle.id" :bundle-item="bundleItem" :item="item"/>
|
<bundle-button v-for="bundleItem in item.bundles" :key="bundleItem.id" :bundle-item="bundleItem" :item="item"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<footer class="card-footer">
|
<footer class="card-footer">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user