tierlist/frontend/store/auth.module.js

12 lines
167 B
JavaScript

import Api from "~/common/api";
import { LOGIN, CHECK_AUTH } from "./actions.type";
const actions = {
[CHECK_AUTH](ctx) {
}
};
export default { actions };