mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 07:24:16 +02:00
style(client): fix vue/v-on-event-hyphenation (#9389)
This commit is contained in:
committed by
GitHub
parent
f1fd1d2585
commit
049373de3b
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<MkInput class="kudkigyw" :model-value="value" type="text" @update:modelValue="updateValue($event)">
|
||||
<MkInput class="kudkigyw" :model-value="value" type="text" @update:model-value="updateValue($event)">
|
||||
<template #label>{{ hpml.interpolate(block.text) }}</template>
|
||||
</MkInput>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user