public: feature pages
This commit is contained in:
@@ -4,6 +4,7 @@ description: "Add privacy-first analytics to your Nuxt app in under 5 minutes wi
|
||||
difficulty: beginner
|
||||
timeToComplete: 5
|
||||
date: 2025-01-07
|
||||
updated: 2026-02-07
|
||||
cover: /content/cover-default.jpg
|
||||
team: OpenPanel Team
|
||||
steps:
|
||||
@@ -131,7 +132,7 @@ $openpanel.track('my_event', { foo: 'bar' });
|
||||
|
||||
### Track form submissions
|
||||
|
||||
Form tracking helps you understand conversion rates and identify where users drop off.
|
||||
Form tracking helps you understand [conversion rates](/features/conversion) and identify where users drop off.
|
||||
|
||||
```vue title="components/ContactForm.vue"
|
||||
<script setup>
|
||||
|
||||
Reference in New Issue
Block a user