mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
chore: improve types and imports
This commit is contained in:
@@ -32,9 +32,3 @@ export default defineNuxtPlugin((nuxtApp) => {
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
declare module '#app' {
|
||||
interface NuxtApp {
|
||||
$clipboard: ClipboardPlugin
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,9 +44,3 @@ export default defineNuxtPlugin(() => {
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
declare module '#app' {
|
||||
interface NuxtApp {
|
||||
$toast: ToastPlugin
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user