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">
|
<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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user