-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify API to access utm parameters #27
Conversation
</template> | ||
|
||
<script setup> | ||
import { useNuxtApp } from "nuxt/app"; | ||
import { useNuxtUTM } from '#imports'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hakenprog do you know if auto imports will work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for clarifying this!
@hakenprog could you please update the README when possible |
1bdc32e
to
5fa60f8
Compare
Closes #24
Simplified API for accessing UTM parameters. It is now possible to access the array of UTM entries using the
useNuxtUTM
composable.