Typos
This commit is contained in:
parent
4118badf59
commit
35956ee8a6
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ import { inject } from 'vue'
|
|||
const waa = inject('waa');
|
||||
```
|
||||
|
||||
You will find a fully functional example in this [repositry](sample/vue-sample).
|
||||
You will find a fully functional example in this [repository](sample/vue-sample).
|
||||
|
||||
|
||||
## Tracking Pageviews
|
||||
|
@ -97,7 +97,7 @@ Currently **Click Events** are [emitted automatically](https://wideangle.co/docu
|
|||
|
||||
Depending on the configured mode, the **Download Event** will fire automatically when either:
|
||||
* a file with recognized extension is being downloaded, or
|
||||
* when a link is marked with `data-waa-nama` attribute.
|
||||
* when a link is marked with `data-waa-name` attribute.
|
||||
|
||||
| :warning: Currently the tracker script does not listen to events inside shadow DOM. This is know limitation to be addressed in near term. |
|
||||
|--------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue