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 13d7678 commit a146b23Copy full SHA for a146b23
docs/.vuepress/config.js
@@ -28,6 +28,10 @@ module.exports = {
28
text: 'API',
29
link: '/api/',
30
},
31
+ {
32
+ text: 'Old Version',
33
+ link: 'https://peachscript.github.io/vue-infinite-loading/old/',
34
+ },
35
],
36
sidebar: {
37
'/guide/': [
@@ -65,6 +69,10 @@ module.exports = {
65
69
66
70
link: '/zh/api/',
67
71
72
73
+ text: '旧版文档',
74
75
68
76
77
78
'/zh/guide/': [
0 commit comments