mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 10:20:27 +01:00
Merge branch 'feat-12250' of https://github.com/kakkokari-gtyih/misskey into feat-12250
This commit is contained in:
commit
ff9af2c34c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template>
|
||||
<div :class="$style.anchorGridRoot">
|
||||
<div v-for="anchor in watermarkAnchor" :class="$style.anchorGridItem">
|
||||
<input type="radio" :id="`${id}-${anchor}`" :name="id" :value="anchor" v-model="value" :class="$style.anchorGridItemRadio"/>
|
||||
<input :id="`${id}-${anchor}`" v-model="value" type="radio" :name="id" :value="anchor" :class="$style.anchorGridItemRadio"/>
|
||||
<label :for="`${id}-${anchor}`" :class="$style.anchorGridItemLabel">
|
||||
<div :class="$style.anchorGridItemInner">{{ langMap[anchor] }}</div>
|
||||
</label>
|
||||
|
|
Loading…
Reference in a new issue