fix: debug
This commit is contained in:
@@ -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(() => {
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user