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() {
4343 <p >Script status: {{ status }}</p >
4444
4545 <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 " >
4747 Track Custom Event (proxy._paq)
4848 </UButton >
49- <UButton @click = " trackGoal " style =" padding : 10px ;" >
49+ <UButton style =" padding : 10px ;" @click = " trackGoal " >
5050 Track Goal (proxy._paq)
5151 </UButton >
5252 </div >
5353
5454 <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 " >
5656 Track Event (direct window._paq)
5757 </UButton >
5858 </div >
You can’t perform that action at this time.
0 commit comments