fix: 国际化

pull/2/head
xingyu 2022-07-25 21:26:02 +08:00
parent b2c3ef12a6
commit 8b70cd62fd
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ getList()
/>
</template>
<template #postIds>
<el-select v-model="postIds" multiple placeholder="Select">
<el-select v-model="postIds" multiple :placeholder="t('common.selectText')">
<el-option
v-for="item in postOptions"
:key="item.id"