fix: debug

This commit is contained in:
osiris
2024-05-30 18:01:23 +08:00
parent 144c22eb56
commit 5a06a7aef3
2 changed files with 0 additions and 9 deletions
@@ -122,11 +122,6 @@ const clear = () => {
contentRes.value = ''
}
//copy
const copyRes = async (resStr: string) => {
copy(resStr)
}
onMounted(() => {
gen()
})
@@ -26,10 +26,6 @@ const clear = () => {
cleanContent.value = ''
}
//copy
const copyRes = async (resStr: string) => {
copy(resStr)
}
onMounted(() => {
})