forked from FoundKeyGang/FoundKey
ページバック前に判定を追加 (#5822)
This commit is contained in:
parent
93457eacf7
commit
2a5a055d1c
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() {
|
||||
|
@ -814,7 +814,7 @@ export default Vue.extend({
|
|||
> [data-icon] {
|
||||
width: ($header-height - ($avatar-margin * 2));
|
||||
}
|
||||
|
||||
|
||||
> [data-icon],
|
||||
> .avatar {
|
||||
margin-right: $avatar-margin;
|
||||
|
|
Loading…
Reference in a new issue