4 .col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
6 p {{ st.tr["Logout successful!"] }}
10 import { store } from "@/store";
11 import { ajax } from "@/utils/ajax";
29 this.st.user.name = "";
30 this.st.user.email = "";
31 this.st.user.notify = false;
32 localStorage.removeItem("myid");
33 localStorage.removeItem("myname");