We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a211009 commit 615f770Copy full SHA for 615f770
docs/.vuepress/config.js
@@ -17,6 +17,9 @@ module.exports = {
17
{
18
// uncomment next line to use a custom layout
19
// layout: path.resolve(__dirname, "./components/custom-layout.vue"),
20
+
21
+ // I chose to show a component that can't be server side rendered
22
+ // so I use the noSsr flag to avoid the "document is not defined" error
23
noSsr: true,
24
},
25
],
0 commit comments