File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ Check the [Nuxt.js documentation](https://nuxtjs.org/guides/configuration-glossa
11
11
12
12
1 . Add ` @nuxtjs/google-analytics ` dependency to your project:
13
13
14
- <code-group >
15
- <code-block label="Yarn" active>
14
+ <code-group >
15
+ <code-block label =" Yarn " active >
16
16
17
- ```bash
18
- yarn add --dev @nuxtjs/google-analytics
19
- ```
17
+ ``` bash
18
+ yarn add --dev @nuxtjs/google-analytics
19
+ ```
20
20
21
- </code-block>
22
- <code-block label="NPM">
21
+ </code-block >
22
+ <code-block label =" NPM " >
23
23
24
- ```bash
25
- npm install --save-dev @nuxtjs/google-analytics
26
- ```
24
+ ``` bash
25
+ npm install --save-dev @nuxtjs/google-analytics
26
+ ```
27
27
28
- </code-block>
29
- </code-group >
28
+ </code-block >
29
+ </code-group >
30
30
31
31
<alert type =" warning " >
32
32
You can’t perform that action at this time.
0 commit comments