1
0

style(client): fix vue/v-on-event-hyphenation (#9389)

This commit is contained in:
Kagami Sascha Rosylight
2022-12-22 16:51:48 +09:00
committed by GitHub
parent f1fd1d2585
commit 049373de3b
29 changed files with 55 additions and 53 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div class="_formRoot">
<FormSwitch v-model="$i.injectFeaturedNote" class="_formBlock" @update:modelValue="onChangeInjectFeaturedNote">
<FormSwitch v-model="$i.injectFeaturedNote" class="_formBlock" @update:model-value="onChangeInjectFeaturedNote">
{{ i18n.ts.showFeaturedNotesInTimeline }}
</FormSwitch>