Skip to content

Commit b7213e0

Browse files
committed
chore: lint
1 parent a53ab33 commit b7213e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

playground/pages/third-parties/matomo-analytics/nuxt-scripts.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)