-
Notifications
You must be signed in to change notification settings - Fork 47
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
can't find reload.js #95
Comments
Could you post the exact error please. |
Yes reload creates a |
@alallier So how can I desgin the '/reload ' route to reload my page ? |
@39Er just make sure you load reload before your |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
server
index.html
<script src="/reload/reload.js"></script>
routes.js
Those are my codes.But it can't find reload.js.
I think it because I use '/*' to render html.Dose reload use '/reload' route? My app is a SPA,so I must use '/*',how can I solve that? By the way,I think using '/reload' route to reload is not a good idea,because it's invasive.Can you give me some advice?
The text was updated successfully, but these errors were encountered: