feat: remove unused clipboard content update emission in setup function

This commit is contained in:
pandadev 2025-03-16 22:27:06 +01:00
parent 554943d349
commit b8238d01ca
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@ export default defineNuxtConfig({
devtools: { enabled: false },
compatibilityDate: "2024-07-04",
ssr: false,
app: {
head: {
charset: "utf-8",
@ -10,6 +11,7 @@ export default defineNuxtConfig({
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0",
},
},
vite: {
css: {
preprocessorOptions: {
@ -19,4 +21,4 @@ export default defineNuxtConfig({
},
},
},
});
});