arvin пре 6 година
родитељ
комит
65b01b3e9d
1 измењених фајлова са 1 додато и 0 уклоњено
  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();
     }