chore: fix lint

This commit is contained in:
YunYouJun
2022-12-19 06:23:18 +08:00
parent dec01500b7
commit 1f5d280241

View File

@@ -3,7 +3,7 @@ import type { UserModule } from '~/types'
// import 'vue-toastification/dist/index.css' // 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 // add google tag manager, and add GA4 in gtag
// app.use(Toast) // app.use(Toast)
} }