Skip to content

Commit

Permalink
Merge pull request #183 from usermaven/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
seeratawan01 authored Jan 13, 2025
2 parents b580e6f + aabcaea commit 4a8509b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const USERMAVEN_INJECTION_KEY = 'usermaven'

export const UsermavenPlugin = {
install: (app: App, options: UsermavenOptions) => {
console.log('UsermavenPlugin installed', options)
const client = createClient(options)
app.config.globalProperties.$usermaven = client
app.provide(USERMAVEN_INJECTION_KEY, client)
Expand Down

0 comments on commit 4a8509b

Please sign in to comment.