mod: conflict resolution

This commit is contained in:
kailong321200875
2022-04-08 19:39:36 +08:00
25 changed files with 1252 additions and 817 deletions

View File

@@ -31,7 +31,7 @@ const setCurrentSize = (size: ElememtPlusSzie) => {
<template #dropdown>
<ElDropdownMenu>
<ElDropdownItem v-for="item in sizeMap" :key="item" :command="item">
{{ t(`size.${[item]}`) }}
{{ t(`size.${item}`) }}
</ElDropdownItem>
</ElDropdownMenu>
</template>