feat: complete function in toolbar of browser

refactor: use uniform confirm dialog for delete key
This commit is contained in:
tiny-craft
2023-07-04 00:42:17 +08:00
parent 2c7021af31
commit e906a91964
9 changed files with 110 additions and 66 deletions

View File

@@ -25,7 +25,7 @@ const emit = defineEmits(['edit', 'delete', 'save', 'cancel'])
<template #trigger>
<icon-button :icon="Delete" />
</template>
{{ $t('delete_key_tip', { key: props.bindKey }) }}
{{ $t('remove_tip', { name: props.bindKey }) }}
</n-popconfirm>
</div>
</template>