#66 fix/missing-functionalities

マージ済み
jonathan が 21 個のコミットを fix/missing-functionalities から master へマージ 4年前
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue ファイルの表示

@@ -115,6 +115,8 @@ export default {
this.$route.path === '/verifyEmail'
) {
this.$router.push('/');
} else {
this.initDefaults();
}
},
},


読み込み中…
キャンセル
保存