We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a920bfa commit 30a37c6Copy full SHA for 30a37c6
docs/.vuepress/config.js
@@ -21,8 +21,8 @@ module.exports = {
21
description: 'Руководство по серверному рендерингу Vue.js'
22
}
23
},
24
- serviceWorker: true,
25
- theme: 'vue',
+ // serviceWorker: true,
+ // theme: 'vue',
26
themeConfig: {
27
repo: 'vuejs/vue-ssr-docs',
28
docsDir: 'docs',
package.json
@@ -23,7 +23,6 @@
"homepage": "https://github.com/vuejs/vue-ssr-docs#readme",
"devDependencies": {
- "vuepress": "^0.14.11",
- "vuepress-theme-vue": "^1.1.1"
+ "vuepress": "^1.9.7"
29
0 commit comments