ページバック前に判定を追加 (#5822)

This commit is contained in:
fuyu 2020-02-03 21:05:13 +09:00 committed by GitHub
parent 93457eacf7
commit 2a5a055d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ export default Vue.extend({
methods: { methods: {
back() { back() {
window.history.back(); if (this.canBack) window.history.back();
}, },
post() { post() {