From 1f5d2802417ccce9895d81a15f6fc31f00c7a925 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Mon, 19 Dec 2022 06:23:18 +0800 Subject: [PATCH] chore: fix lint --- src/modules/toast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/toast.ts b/src/modules/toast.ts index 555d09a..33c65c1 100644 --- a/src/modules/toast.ts +++ b/src/modules/toast.ts @@ -3,7 +3,7 @@ import type { UserModule } from '~/types' // import 'vue-toastification/dist/index.css' -export const install: UserModule = ({ app }) => { +export const install: UserModule = (_ctx) => { // add google tag manager, and add GA4 in gtag // app.use(Toast) }