From 41172f011eb7577d32a0479f4d3b2496e0246877 Mon Sep 17 00:00:00 2001 From: beautus Date: Mon, 28 Jun 2021 23:23:55 +0200 Subject: [PATCH] :alembic: Attempt to inject without dollar sign --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 409dad9..3c1a944 100644 --- a/plugin.js +++ b/plugin.js @@ -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) } \ No newline at end of file