From 4a7ed5028137edf93d7851b9ce4e76a0ce917408 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 4 Feb 2021 02:42:49 +0100 Subject: [PATCH] [Vue3] Fixed usage of plugins --- src/boot/plugins.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/boot/plugins.ts b/src/boot/plugins.ts index 38723e5..5eb1d09 100644 --- a/src/boot/plugins.ts +++ b/src/boot/plugins.ts @@ -213,8 +213,6 @@ async function getBackend(): Promise { } } -// "async" is optional; -// more info on params: https://quasar.dev/quasar-cli/cli-documentation/boot-files#Anatomy-of-a-boot-file export default boot(({ router, app, store }) => { const plugins: FG_Plugin.Plugin[] = [];