chore: improve types and imports

This commit is contained in:
Benjamin Canac
2022-07-21 23:33:06 +02:00
parent 7b3263a621
commit 6b813bd3b3
26 changed files with 93 additions and 62 deletions

View File

@@ -32,9 +32,3 @@ export default defineNuxtPlugin((nuxtApp) => {
}
}
})
declare module '#app' {
interface NuxtApp {
$clipboard: ClipboardPlugin
}
}

View File

@@ -44,9 +44,3 @@ export default defineNuxtPlugin(() => {
}
}
})
declare module '#app' {
interface NuxtApp {
$toast: ToastPlugin
}
}