chore(client): 🎨

This commit is contained in:
syuilo 2022-09-10 16:28:59 +09:00
parent 255f19bd23
commit 20aee2deed
2 changed files with 20 additions and 4 deletions

View file

@ -81,7 +81,7 @@
<option value="force">{{ i18n.ts._nsfw.force }}</option>
</FormSelect>
<FormRange v-model="numberOfPageCache" :min="1" :max="10" :step="1" class="_formBlock">
<FormRange v-model="numberOfPageCache" :min="1" :max="10" :step="1" easing class="_formBlock">
<template #label>{{ i18n.ts.numberOfPageCache }}</template>
<template #caption>{{ i18n.ts.numberOfPageCacheDescription }}</template>
</FormRange>