4 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
5 p {{ st.tr["Logout successful!"] }}
9 import { store } from "@/store";
10 import { ajax } from "@/utils/ajax";
24 this.st.user.name = "";
25 this.st.user.email = "";
26 this.st.user.notify = false;
27 localStorage.removeItem("myid");
28 localStorage.removeItem("myname");