Skip to content

Commit 9fb5c5f

Browse files
bencodezenulivz
authored andcommitted
docs: fix mistake in example due to config option (vuejs#1201)
1 parent 1161507 commit 9fb5c5f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/docs/docs/plugin/official/plugin-google-analytics.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ yarn add -D @vuepress/plugin-google-analytics
2020
```javascript
2121
module.exports = {
2222
plugins: [
23-
'@vuepress/google-analytics',
24-
{
25-
'ga': '' // UA-00000000-0
26-
}
23+
[
24+
'@vuepress/google-analytics',
25+
{
26+
'ga': '' // UA-00000000-0
27+
}
28+
]
2729
]
2830
}
2931
```

0 commit comments

Comments
 (0)