style: 修改多语言key拼写错误

This commit is contained in:
TsMask
2023-12-27 17:42:15 +08:00
parent 1c8f208453
commit b756fe9d56
10 changed files with 16 additions and 16 deletions

View File

@@ -72,7 +72,7 @@ onMounted(() => {
v-model:value="state.copyright"
allow-clear
:maxlength="40"
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>

View File

@@ -75,7 +75,7 @@ onMounted(() => {
v-model:value="state.url"
allow-clear
:maxlength="255"
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>

View File

@@ -70,7 +70,7 @@ onMounted(() => {
v-model:value="state.title"
allow-clear
:maxlength="20"
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>