Browse Source

[FIX] currency rate have not a getter

Gogs 7 năm trước cách đây
mục cha
commit
69b34e150e
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      src/store/modules/currencies.js

+ 0 - 3
src/store/modules/currencies.js

@@ -5,9 +5,6 @@ const state = {
 const getters = {
     getCurrencies(state) {
         return state.currencies
-    },
-    getRates(state) {
-        return state.rates
     }
 }