We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7513868 commit b2dc7ceCopy full SHA for b2dc7ce
docs/.vuepress/config.js
@@ -18,7 +18,8 @@ module.exports = {
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
+ // I chose to show a component, vue-slider,
22
+ // that can't be server side rendered
23
// so I use the noSsr flag to avoid the "document is not defined" error
24
noSsr: true,
25
},
0 commit comments