Skip to content

Commit d2441b5

Browse files
ES-2077posva
authored andcommitted
docs(ja): remove extra space (#3098)
1 parent 927f0c9 commit d2441b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ja/guide/advanced/navigation-guards.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ beforeRouteUpdate (to, from, next) {
128128
**leave ガード**は、通常、ユーザが保存されていない編集内容で誤って経路を離れるのを防ぐために使用されます。ナビゲーションは `next(false)` を呼び出すことで取り消すことができます。
129129

130130
```js
131-
beforeRouteLeave (to, from , next) {
131+
beforeRouteLeave (to, from, next) {
132132
const answer = window.confirm('Do you really want to leave? you have unsaved changes!')
133133
if (answer) {
134134
next()

0 commit comments

Comments
 (0)