1
0
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:
John Cleaver 2018-02-26 23:23:52 -05:00
parent e600ac5a29
commit f0b7ada355

View File

@ -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>