File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ This module huntersofbook team created.
2222
2323## Setup
2424```
25- pnpm add @huntersofbook/plausible-nuxt
25+ pnpm add v-plausible
2626```
2727```
28- yarn add @huntersofbook/plausible-nuxt
28+ yarn add v-plausible
2929```
3030```
31- pnpm add @huntersofbook/plausible-nuxt
31+ pnpm add v-plausible
3232```
3333
3434## Usage Vue 3
3535
3636``` ts
37- import { createPlausible } from ' @huntersofbook/plausible- vue'
37+ import { createPlausible } from ' v-plausible/ vue'
3838
3939const plausible = createPlausible ({
4040 init: {
@@ -57,7 +57,7 @@ app.use(plausible)
5757``` ts
5858export default defineNuxtConfig ({
5959 modules: [
60- ' @huntersofbook/plausible-nuxt '
60+ ' @huntersofbook/v-plausible '
6161 ],
6262 plausible: {
6363 init: {
Original file line number Diff line number Diff line change 11{
22 "name" : " v-plausible" ,
33 "type" : " module" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 0.9 .0" ,
55 "packageManager" : " pnpm@8.3.0" ,
66 "description" : " Plausible Analytics plugin for Vue or Nuxt" ,
77 "author" : " Mehmet - productdevbook <hi@productdevbook.com>" ,
You can’t perform that action at this time.
0 commit comments