chore: fix lint
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user