File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
playground/pages/third-parties/matomo-analytics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ function testDirectPaq() {
43
43
<p >Script status: {{ status }}</p >
44
44
45
45
<div style =" margin : 20px 0 ;" >
46
- <UButton @click = " trackCustomEvent " style =" margin-right : 10px ; padding : 10px ;" >
46
+ <UButton style =" margin-right : 10px ; padding : 10px ;" @click = " trackCustomEvent " >
47
47
Track Custom Event (proxy._paq)
48
48
</UButton >
49
- <UButton @click = " trackGoal " style =" padding : 10px ;" >
49
+ <UButton style =" padding : 10px ;" @click = " trackGoal " >
50
50
Track Goal (proxy._paq)
51
51
</UButton >
52
52
</div >
53
53
54
54
<div style =" margin : 20px 0 ;" >
55
- <UButton @click = " testDirectPaq " style =" margin-right : 10px ; padding : 10px ;" >
55
+ <UButton style =" margin-right : 10px ; padding : 10px ;" @click = " testDirectPaq " >
56
56
Track Event (direct window._paq)
57
57
</UButton >
58
58
</div >
You can’t perform that action at this time.
0 commit comments