diff --git a/src/store/index.ts b/src/store/index.ts index be8e80c..f6cf71d 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -3,6 +3,7 @@ import Vuex from 'vuex' Vue.use(Vuex) +/* eslint-disable */ interface AlertInterface { color: string; text: string;