mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 05:34:04 +02:00
feat: remove unused clipboard content update emission in setup function
This commit is contained in:
parent
554943d349
commit
b8238d01ca
2 changed files with 3 additions and 2 deletions
|
@ -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({
|
|||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue