mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14: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 },
|
devtools: { enabled: false },
|
||||||
compatibilityDate: "2024-07-04",
|
compatibilityDate: "2024-07-04",
|
||||||
ssr: false,
|
ssr: false,
|
||||||
|
|
||||||
app: {
|
app: {
|
||||||
head: {
|
head: {
|
||||||
charset: "utf-8",
|
charset: "utf-8",
|
||||||
|
@ -10,6 +11,7 @@ export default defineNuxtConfig({
|
||||||
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0",
|
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
vite: {
|
vite: {
|
||||||
css: {
|
css: {
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
|
|
|
@ -230,7 +230,6 @@ pub fn setup(app: &AppHandle) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let _ = app_handle.emit("clipboard-content-updated", ());
|
|
||||||
let _ = app_handle.track_event(
|
let _ = app_handle.track_event(
|
||||||
"clipboard_copied",
|
"clipboard_copied",
|
||||||
Some(
|
Some(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue