Skip to content

Commit

Permalink
⚗️ Attempt to inject without dollar sign
Browse files Browse the repository at this point in the history
  • Loading branch information
sduduzog committed Jun 28, 2021
1 parent 949aa5d commit 41172f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Vue.use(VueSupabase, {
// Inject Supabase into Nuxt Context
export default (ctx, inject) => {
ctx.$supabase = Vue.supabase
inject('$supabase', Vue.supabase)
inject('supabase', Vue.supabase)
}

0 comments on commit 41172f0

Please sign in to comment.