enhance(frontend): URL入力フォームのtypeをurlに

Resolve #12137
This commit is contained in:
syuilo 2023-10-30 13:41:40 +09:00
parent e512f8c56d
commit 50b16e36c7
7 changed files with 15 additions and 15 deletions

View file

@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template #label>{{ i18n.ts.color }}</template>
</MkColorInput>
<MkInput v-model="role.iconUrl">
<MkInput v-model="role.iconUrl" type="url">
<template #label>{{ i18n.ts._role.iconUrl }}</template>
</MkInput>