From 35bab9d0aa5bb2d247e2fec1910f33472b23d097 Mon Sep 17 00:00:00 2001 From: beautus Date: Mon, 28 Jun 2021 23:46:50 +0200 Subject: [PATCH] use injection only --- plugin.js | 1 - 1 file changed, 1 deletion(-) 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