-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
First of all, thanks for your work. The project is exactly what I am looking for.
Now continuing with the issue I've seen.
When I do the following:
const utm = useNuxtUTM()
The utm variable above is the actual data ref holding the objects ([{utmParams: ..., timestamp: ...}, ...}])
I would expect it to be an object holding the stuff provided here
Not really sure what is going on, but I am guessing there is some mismatch during publishing on npmjs?
Here is some info from my node_modules/nuxt-utm folder:
node_modules/nuxt-utm$ grep version package.json
"version": "0.2.10",
node_modules/nuxt-utm$ ls -l
total 16
drwxr-xr-x 7 marius staff 224 Oct 21 20:41 dist
-rw-r--r-- 1 marius staff 1076 Oct 21 16:11 LICENSE
drwxr-xr-x 3 marius staff 96 Oct 21 16:11 node_modules
-rw-r--r-- 1 marius staff 2041 Oct 21 16:11 package.json
-rw-r--r-- 1 marius staff 5543 Oct 21 16:11 README.md
node_modules/nuxt-utm$ tree dist/
dist/
├── module.d.mts
├── module.json
├── module.mjs
├── runtime
│ ├── composables.d.ts
│ ├── composables.js
│ ├── plugin.d.ts
│ ├── plugin.js
│ ├── utm.d.ts
│ └── utm.js
└── types.d.mts
2 directories, 10 files
node_modules/nuxt-utm$ grep -nri tracking dist
# nothing found
Metadata
Metadata
Assignees
Labels
No labels