fix(plugins): error in provides

This commit is contained in:
Benjamin Canac
2022-07-15 22:11:45 +02:00
parent 1d8958c2fc
commit 46ea467098
2 changed files with 38 additions and 34 deletions

View File

@@ -26,7 +26,9 @@ export default defineNuxtPlugin((nuxtApp) => {
return {
provide: {
copy
clipboard: {
copy
}
}
}
})