We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples中history模式,一次性返回好几层路由会产生一些问题。
重现方法:
history.go(-2)
findRepeat is not defined
history.go(-3)
The text was updated successfully, but these errors were encountered:
感谢测试! 第一个问题已解决,第二个我会改进识别的逻辑。
Sorry, something went wrong.
ElderJames
No branches or pull requests
examples中history模式,一次性返回好几层路由会产生一些问题。
重现方法:
history.go(-2)
会报findRepeat is not defined
错误history.go(-3)
历史记录会返回3层,但是库只识别出返回了一层The text was updated successfully, but these errors were encountered: