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