chore(client): 🎨
This commit is contained in:
parent
255f19bd23
commit
20aee2deed
2 changed files with 20 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue