feat(event): Summer Splash 2018

Also gets rid of those Fairy Potions, FOR REAL this time, and fixes a couple of minor Market layout issues
This commit is contained in:
SabreCat
2018-06-19 23:24:40 +00:00
parent 7ea6c911cb
commit 00cb50a781
69 changed files with 320 additions and 42 deletions

View File

@@ -38,7 +38,7 @@ div
h4.popover-content-title(v-once) {{ item.text }}
.popover-content-text(v-if='showNotes && item.key !== "armoire"', v-once) {{ item.notes }}
.popover-content-text(v-if='showNotes && item.key === "armoire"') {{ item.notes }}
div(v-if="item.event") {{ limitedString }}
div.mt-4(v-if="item.event") {{ limitedString }}
</template>
<style lang="scss" scoped>