浏览代码

[FIX] currency rate have not a getter

Gogs 7 年之前
父节点
当前提交
69b34e150e
共有 1 个文件被更改,包括 0 次插入3 次删除
  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
     }
 }