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

View File

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