diff --git a/plugin.js b/plugin.js index 3c1a944..310ee2e 100644 --- a/plugin.js +++ b/plugin.js @@ -8,6 +8,5 @@ Vue.use(VueSupabase, { // Inject Supabase into Nuxt Context export default (ctx, inject) => { - ctx.$supabase = Vue.supabase inject('supabase', Vue.supabase) } \ No newline at end of file