mirror of
https://github.com/kihashi/stardew_community_checklist.git
synced 2025-10-19 08:03:17 +00:00
Add season tag to item card.
This commit is contained in:
parent
20cd738878
commit
e600ac5a29
@ -1,11 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
import SeasonTag from '@/components/item_card/SeasonTag'
|
||||||
name: "item-card"
|
export default {
|
||||||
}
|
components: {SeasonTag},
|
||||||
|
name: 'item-card'
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user