mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Add item card to welcome for testing.
This commit is contained in:
parent
e600ac5a29
commit
f0b7ada355
@ -7,12 +7,15 @@
|
||||
<h2 class="subtitle">
|
||||
Track Your Progress on the Community Center!
|
||||
</h2>
|
||||
<item-card/>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ItemCard from '@/components/item_card/ItemCard'
|
||||
export default {
|
||||
components: {ItemCard},
|
||||
name: 'welcome'
|
||||
}
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user