mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
ページバック前に判定を追加 (#5822)
This commit is contained in:
parent
3ce44a7caa
commit
9b6c3116a7
1 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ export default Vue.extend({
|
|||
|
||||
methods: {
|
||||
back() {
|
||||
window.history.back();
|
||||
if (this.canBack) window.history.back();
|
||||
},
|
||||
|
||||
post() {
|
||||
|
|
Loading…
Reference in a new issue