Update README.ja.md

pull/282/head
Jen Looper 3 years ago committed by GitHub
parent 767ad88f9a
commit 1596bdce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -212,7 +212,7 @@ JavaScript、特に [`history.pushState`](https://developer.mozilla.org/ja/docs/
```js
function navigate(path) {
window.history.pushState({}, path, window.location.origin + path);
window.history.pushState({}, path, path);
updateRoute();
}
```

Loading…
Cancel
Save