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"> <h2 class="subtitle">
Track Your Progress on the Community Center! Track Your Progress on the Community Center!
</h2> </h2>
<item-card/>
</div> </div>
</section> </section>
</template> </template>
<script> <script>
import ItemCard from '@/components/item_card/ItemCard'
export default { export default {
components: {ItemCard},
name: 'welcome' name: 'welcome'
} }
</script> </script>