fix: debug
This commit is contained in:
@@ -122,11 +122,6 @@ const clear = () => {
|
|||||||
contentRes.value = ''
|
contentRes.value = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
//copy
|
|
||||||
const copyRes = async (resStr: string) => {
|
|
||||||
copy(resStr)
|
|
||||||
}
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
gen()
|
gen()
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -26,10 +26,6 @@ const clear = () => {
|
|||||||
cleanContent.value = ''
|
cleanContent.value = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
//copy
|
|
||||||
const copyRes = async (resStr: string) => {
|
|
||||||
copy(resStr)
|
|
||||||
}
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user