Skip to content

Commit b2dc7ce

Browse files
committed
docs: more comments
1 parent 7513868 commit b2dc7ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module.exports = {
1818
// uncomment next line to use a custom layout
1919
// layout: path.resolve(__dirname, "./components/custom-layout.vue"),
2020

21-
// I chose to show a component that can't be server side rendered
21+
// I chose to show a component, vue-slider,
22+
// that can't be server side rendered
2223
// so I use the noSsr flag to avoid the "document is not defined" error
2324
noSsr: true,
2425
},

0 commit comments

Comments
 (0)