Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 667bb43

Browse files
Merge branch 'master' of github.com:MatteoGabriele/vue-analytics
2 parents 1c2eafe + 977fa88 commit 667bb43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/opt-out.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export default {
5858
}
5959
}
6060
```
61-
6261
or
6362

6463
```js
65-
Vue.$ga.disable(true)
66-
```
64+
Vue.$ga.disable()
65+
Vue.$ga.enable()
66+
```

0 commit comments

Comments
 (0)