[Vue3] Fixed usage of plugins

This commit is contained in:
Ferdinand Thiessen 2021-02-04 02:42:49 +01:00
parent bc3c15e3bc
commit 4a7ed50281
1 changed files with 0 additions and 2 deletions

View File

@ -213,8 +213,6 @@ async function getBackend(): Promise<Backend | null> {
}
}
// "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[] = [];