From 56a4dbfea226ad1050c55853abb7ef16a886b0b5 Mon Sep 17 00:00:00 2001 From: beautus Date: Fri, 25 Jun 2021 22:52:28 +0200 Subject: [PATCH] format some indentation --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 14d70fc..8cdbacd 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ module.exports = { install: function (Vue, options) { const supabase = createClient(options.supabaseUrl, options.supabaseKey, options.supabaseOptions) - Object.defineProperties(Vue.prototype, { + Object.defineProperties(Vue.prototype, { $supabase: { get: function() { return supabase;