mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -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: {
|
methods: {
|
||||||
back() {
|
back() {
|
||||||
window.history.back();
|
if (this.canBack) window.history.back();
|
||||||
},
|
},
|
||||||
|
|
||||||
post() {
|
post() {
|
||||||
|
|
Loading…
Reference in a new issue