optimize the vue component communication, replace event listening with share data

This commit is contained in:
RockYang
2024-09-30 14:20:59 +08:00
parent 1a1734abf0
commit 8923e938d2
23 changed files with 473 additions and 480 deletions

View File

@@ -586,6 +586,7 @@ onMounted(() => {
onUnmounted(() => {
clipboard.value.destroy()
store.removeMessageHandler("sd")
})