Przeglądaj źródła

fix: move verfiy

arvin 6 lat temu
rodzic
commit
65b01b3e9d
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      components/topics/editor.vue

+ 1 - 0
components/topics/editor.vue

@@ -140,6 +140,7 @@ export default {
   computed: {},
   mounted() {
     this.needLogin();
+    this.needVerify();
     if (this.$route.params.id) {
       this.loadData();
     }