Skip to content

Commit cd616ae

Browse files
committed
Enable smooth scrolling
1 parent 93b1ab7 commit cd616ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/.vuepress/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
docsDir: 'src',
3232
editLinkText: 'Edit this page',
3333
lastUpdated: true,
34+
smoothScroll: true,
3435
nav: [
3536
{
3637
text: 'Privacy Policy',
@@ -61,7 +62,7 @@ module.exports = {
6162
* Apply plugins,ref:https://v1.vuepress.vuejs.org/zh/plugin/
6263
*/
6364
plugins: [
64-
'@vuepress/plugin-back-to-top',
65-
'@vuepress/plugin-medium-zoom'
65+
//'@vuepress/plugin-back-to-top',
66+
//'@vuepress/plugin-medium-zoom'
6667
]
6768
}

0 commit comments

Comments
 (0)