From 018d0e8b5048e3d4e40eb6ca49e6042aa7738e4e Mon Sep 17 00:00:00 2001 From: pskfyi Date: Sat, 15 Jan 2022 10:03:14 -0800 Subject: [PATCH] fix: philosophers stone displays mana unit --- components/PhilosophersStoneButton.vue | 1 + components/ProgressButton.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/components/PhilosophersStoneButton.vue b/components/PhilosophersStoneButton.vue index 0d2c53d..1232f09 100644 --- a/components/PhilosophersStoneButton.vue +++ b/components/PhilosophersStoneButton.vue @@ -6,6 +6,7 @@ :value="$store.state.mana" :current="current" :next="next" + unit="mana" @click="doAction" /> diff --git a/components/ProgressButton.vue b/components/ProgressButton.vue index fd9dcde..b42216b 100644 --- a/components/ProgressButton.vue +++ b/components/ProgressButton.vue @@ -30,6 +30,7 @@ L{{ maxText }} +