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
Version Version 0.2.2
Describe the bug After modifying the source file, the content of the page does not refresh.
The temporary solution is to save the corresponding markdown file.
To Reproduce Steps to reproduce the behavior:
vuepress dev
foo.vue
Expected behavior After modifying the source file, we should get a new content.
Additional context It's the same problem with Import Code Snippets
vuejs/vuepress#1309
The text was updated successfully, but these errors were encountered:
You can try env.loader.addDependency, it will be a new API invented by vuepress v1.0.0-alpha.40.
env.loader.addDependency
PR
Sorry, something went wrong.
You can try env.loader.addDependency, it will be a new API invented by vuepress v1.0.0-alpha.40. PR
Good job!
fix: close #3, WIP
dee5117
fix: close #3, but now we lost the sidebar
dba169c
8704083
BuptStEve
No branches or pull requests
Version
Version 0.2.2
Describe the bug
After modifying the source file, the content of the page does not refresh.
The temporary solution is to save the corresponding markdown file.
To Reproduce
Steps to reproduce the behavior:
vuepress dev
foo.vue
, and save itExpected behavior
After modifying the source file, we should get a new content.
Additional context
It's the same problem with Import Code Snippets
vuejs/vuepress#1309
The text was updated successfully, but these errors were encountered: