Skip to content

Commit

Permalink
Update MkWatermarkEditorDialog.anchor.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Dec 16, 2024
1 parent 29d30ea commit 4c26e59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 v-model="value" :id="`${id}-${anchor}`" type="radio" :name="id" :value="anchor" :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>
Expand Down

0 comments on commit 4c26e59

Please sign in to comment.