Skip to content

Commit 536ba09

Browse files
authored
docs: clarified position of debug object in nuxt.config.js (#69)
1 parent a1170d8 commit 536ba09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Differences between vue-analytics and the Nuxt.js implementation:
5454
- The router instance is already added out of the box (read [here](https://github.com/MatteoGabriele/vue-analytics/blob/master/docs/page-tracking.md#disable-page-auto-tracking) if you need to disable it)
5555
- The `id` and `ua` properties have the exact same behaviour. The `ua` property has been added for backwards compatibily with previous releases
5656
- You can disable module for `nuxt dev` by setting `dev: false` option in module options
57-
- Note: By default, you won't see hits going out in dev mode. For testing analytics in dev mode, you must add the following to `nuxt.config.js`:
57+
- Note: By default, you won't see hits going out in dev mode. For testing analytics in dev mode, you must add the following to the `googleAnalytics` options in `nuxt.config.js`:
5858

5959
```js
6060
debug: {

0 commit comments

Comments
 (0)