diff options
Diffstat (limited to 'src/tools/benchmark-builder/benchmark-builder.vue')
-rw-r--r-- | src/tools/benchmark-builder/benchmark-builder.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/benchmark-builder/benchmark-builder.vue b/src/tools/benchmark-builder/benchmark-builder.vue index 56776f2..91f3155 100644 --- a/src/tools/benchmark-builder/benchmark-builder.vue +++ b/src/tools/benchmark-builder/benchmark-builder.vue @@ -151,10 +151,10 @@ function copyAsBulletList() { </tbody> </n-table> <div mt-5 flex justify-center gap-3> - <c-button @click="copyAsMarkdown"> + <c-button @click="copyAsMarkdown()"> Copy as markdown table </c-button> - <c-button @click="copyAsBulletList"> + <c-button @click="copyAsBulletList()"> Copy as bullet list </c-button> </div> |