Update README.zh-tw.md

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

@ -213,7 +213,7 @@ function updateRoute() {
```js
function navigate(path) {
window.history.pushState({}, path, window.location.origin + path);
window.history.pushState({}, path, path);
updateRoute();
}
```

Loading…
Cancel
Save