File tree 3 files changed +16
-2
lines changed
packages/@vuepress/theme-default
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ module.exports = (options, ctx) => ({
41
41
'/' : 'WARNING' ,
42
42
'/zh/' : '警告'
43
43
}
44
- } ]
44
+ } ] ,
45
+ 'smooth-scroll'
45
46
]
46
47
} )
Original file line number Diff line number Diff line change 37
37
"lodash" : " ^4.17.15" ,
38
38
"stylus" : " ^0.54.5" ,
39
39
"stylus-loader" : " ^3.0.2" ,
40
- "vuepress-plugin-container" : " ^2.0.0"
40
+ "vuepress-plugin-container" : " ^2.0.0" ,
41
+ "vuepress-plugin-smooth-scroll" : " ^0.0.3"
41
42
}
42
43
}
Original file line number Diff line number Diff line change 10461
10461
version "4.0.2"
10462
10462
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.0.2.tgz#5207858c3815cc69110703c6b94e46c15634395d"
10463
10463
10464
+ smoothscroll-polyfill@^0.4.3 :
10465
+ version "0.4.4"
10466
+ resolved "https://registry.yarnpkg.com/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz#3a259131dc6930e6ca80003e1cb03b603b69abf8"
10467
+ integrity sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg==
10468
+
10464
10469
snapdragon-node@^2.0.1 :
10465
10470
version "2.1.1"
10466
10471
resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b"
@@ -11990,6 +11995,13 @@ vuepress-plugin-flowchart@^1.4.2:
11990
11995
dependencies :
11991
11996
flowchart.js "^1.11.3"
11992
11997
11998
+ vuepress-plugin-smooth-scroll@^0.0.3 :
11999
+ version "0.0.3"
12000
+ resolved "https://registry.yarnpkg.com/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.3.tgz#6eff2d4c186cca917cc9f7df2b0af7de7c8c6438"
12001
+ integrity sha512-qsQkDftLVFLe8BiviIHaLV0Ea38YLZKKonDGsNQy1IE0wllFpFIEldWD8frWZtDFdx6b/O3KDMgVQ0qp5NjJCg==
12002
+ dependencies :
12003
+ smoothscroll-polyfill "^0.4.3"
12004
+
11993
12005
w3c-hr-time@^1.0.1 :
11994
12006
version "1.0.1"
11995
12007
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045"
You can’t perform that action at this time.
0 commit comments