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
Use code-group in the home page.
Preview on the local
Preview on the web
npx vuepress info
Environment Info: System: OS: Linux 5.4 UnionTech OS Desktop 20 Home 20 Home CPU: (4) x64 Intel(R) Core(TM) i5-4670T CPU @ 2.30GHz Binaries: Node: 15.0.1 - /usr/local/node/bin/node Yarn: 1.22.10 - /media/qcyblm/_dde_data/Workspace/node/node_global/bin/yarn npm: 7.0.3 - /usr/local/node/bin/npm Browsers: Chrome: 86.0.4240.111 Firefox: Not Found npmPackages: @vuepress/core: 1.7.1 @vuepress/theme-default: 1.7.1 vuepress: ^1.7.1 => 1.7.1 npmGlobalPackages: vuepress: Not Found
The text was updated successfully, but these errors were encountered:
I'm facing the same problem. It works when navigating on the website but does not when it's on the first loaded page. I assume it's an SSR problem
Sorry, something went wrong.
If it is a server-side bug, using ClientOnly may be a good workaround.
ClientOnly
<ClientOnly> <code-group> ... </code-group> </ClientOnly>
No branches or pull requests
Bug report
Steps to reproduce
What is expected?
Use code-group in the home page.
What is actually happening?
Preview on the local
Preview on the web
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: