Skip to content

Commit e01065d

Browse files
authored
docs: fix code block (#101)
1 parent ce10969 commit e01065d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/content/en/setup.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ Check the [Nuxt.js documentation](https://nuxtjs.org/guides/configuration-glossa
1111

1212
1. Add `@nuxtjs/google-analytics` dependency to your project:
1313

14-
<code-group>
15-
<code-block label="Yarn" active>
14+
<code-group>
15+
<code-block label="Yarn" active>
1616

17-
```bash
18-
yarn add --dev @nuxtjs/google-analytics
19-
```
17+
```bash
18+
yarn add --dev @nuxtjs/google-analytics
19+
```
2020

21-
</code-block>
22-
<code-block label="NPM">
21+
</code-block>
22+
<code-block label="NPM">
2323

24-
```bash
25-
npm install --save-dev @nuxtjs/google-analytics
26-
```
24+
```bash
25+
npm install --save-dev @nuxtjs/google-analytics
26+
```
2727

28-
</code-block>
29-
</code-group>
28+
</code-block>
29+
</code-group>
3030

3131
<alert type="warning">
3232

0 commit comments

Comments
 (0)