소스 검색

[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
     }
 }