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) }