File tree 1 file changed +6
-6
lines changed
packages/docs/docs/.vuepress
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ module.exports = ctx => ({
79
79
clientRootMixin : path . resolve ( __dirname , 'mixin.js' )
80
80
} )
81
81
82
- function getGuideSidebar ( gruopA , groupB ) {
82
+ function getGuideSidebar ( groupA , groupB ) {
83
83
return [
84
84
{
85
- title : gruopA ,
85
+ title : groupA ,
86
86
collapsable : false ,
87
87
children : [
88
88
'' ,
@@ -107,10 +107,10 @@ function getGuideSidebar (gruopA, groupB) {
107
107
]
108
108
}
109
109
110
- function getPluginSidebar ( gruopA , introductionA ) {
110
+ function getPluginSidebar ( groupA , introductionA ) {
111
111
return [
112
112
{
113
- title : gruopA ,
113
+ title : groupA ,
114
114
collapsable : false ,
115
115
children : [
116
116
[ '' , introductionA ] ,
@@ -125,10 +125,10 @@ function getPluginSidebar (gruopA, introductionA) {
125
125
]
126
126
}
127
127
128
- function getThemeSidebar ( gruopA , introductionA ) {
128
+ function getThemeSidebar ( groupA , introductionA ) {
129
129
return [
130
130
{
131
- title : gruopA ,
131
+ title : groupA ,
132
132
collapsable : false ,
133
133
children : [
134
134
[ '' , introductionA ] ,
You can’t perform that action at this time.
0 commit comments