fix: prevent unexpected redirect

This commit is contained in:
EnixCoda 2020-10-28 20:07:23 +08:00
parent 76e6d7c7f4
commit 5164fa49c7
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -20,6 +20,9 @@ const config: Config = {
return path
},
},
fallback(target, reason) {
// prevent unexpected reload
},
}
export function usePJAX() {