style: format code for improved readability and consistency
This commit is contained in:
parent
65d2045751
commit
921b9e0d7e
@ -116,6 +116,8 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="themeForm.title"
|
v-model="themeForm.title"
|
||||||
:placeholder="$t('theme.websiteNamePlaceholder')"
|
:placeholder="$t('theme.websiteNamePlaceholder')"
|
||||||
|
show-word-limit
|
||||||
|
maxlength="128"
|
||||||
>
|
>
|
||||||
</el-input>
|
</el-input>
|
||||||
<el-text type="info"
|
<el-text type="info"
|
||||||
@ -204,6 +206,8 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="themeForm.userManualUrl"
|
v-model="themeForm.userManualUrl"
|
||||||
:placeholder="$t('theme.urlPlaceholder')"
|
:placeholder="$t('theme.urlPlaceholder')"
|
||||||
|
show-word-limit
|
||||||
|
maxlength="128"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -216,6 +220,8 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="themeForm.forumUrl"
|
v-model="themeForm.forumUrl"
|
||||||
:placeholder="$t('theme.urlPlaceholder')"
|
:placeholder="$t('theme.urlPlaceholder')"
|
||||||
|
show-word-limit
|
||||||
|
maxlength="128"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -228,6 +234,8 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="themeForm.projectUrl"
|
v-model="themeForm.projectUrl"
|
||||||
:placeholder="$t('theme.urlPlaceholder')"
|
:placeholder="$t('theme.urlPlaceholder')"
|
||||||
|
show-word-limit
|
||||||
|
maxlength="128"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user