-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Wrong behave in Safari #678
New issue
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
Comments
Thanks so much! @ulivz |
I still have a question. In your link, the reasons for "avoid v-if with v-for" are:
But it didn't explain why I go wrong behave in safari. |
It would be useful for you: https://stackoverflow.com/questions/4299062/why-wont-safari-5-sort-an-array-of-objects |
In my code, the only results I will return is |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Version
vuepress: 0.13.0
Steps to reproduce
I built a repository for this issue:
I used python3's server in this example. Other http servers should be ok too, because I found out this issue on my github pages (https://ocavue.github.io).
What is expected?
What I expect is what I saw in chrome:
What is actually happening?
In safari, page "333..." repeats twice and page "111..." is missing
Other relevant information
yarn run dev
)localhost:8000
in safari, I got the correct result at first, which is provided by index.html. And then, after js file is loaded, I got the result in screenshot above.The text was updated successfully, but these errors were encountered: