Update README.zh-tw.md

This commit is contained in:
Jen Looper
2021-05-31 21:35:41 -04:00
committed by GitHub
parent a1173080d5
commit ff0aefb110

View File

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