This commit is contained in:
2024-10-04 19:12:51 +08:00
parent a95b61ae7a
commit beeb65d3b8
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ function copy() {
>
<template #actions>
<n-button quaternary type="primary" @click="copy">复制</n-button>
<n-button quaternary @click="reset">重置</n-button>
<n-button quaternary @click="reset">清空</n-button>
</template>
</CodeEditor>
</template>