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 0f7958f commit daf658dCopy full SHA for daf658d
docs/.vuepress/config.js
@@ -37,6 +37,10 @@ module.exports = {
37
text: 'Old Version',
38
link: 'https://peachscript.github.io/vue-infinite-loading/old/',
39
},
40
+ {
41
+ text: 'Changelog',
42
+ link: 'https://github.com/PeachScript/vue-infinite-loading/releases',
43
+ },
44
],
45
sidebar: {
46
'/guide/': [
@@ -81,6 +85,10 @@ module.exports = {
81
85
text: '旧版文档',
82
86
83
87
88
89
+ text: '更新日志',
90
91
84
92
93
94
'/zh/guide/': [
0 commit comments