style: 修改多语言key拼写错误
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user