This commit is contained in:
sheychen 2019-04-16 14:14:05 +02:00
parent 2e3a988518
commit df7dfb080d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@
service-header
template(#title) Nextcloud News
template(#settings)
setting-boolean(:id="'update'" :title="'Update interval'" :value="update" @change="setOptionCouple")
setting-int(:id="'update'" :title="'Update interval'" :value="update" @change="setOptionCouple")
setting-int(:id="'buffer'" :title="'Buffer size'" :value="buffer" @change="setOptionCouple")
.unreaded
.news(v-for="news in unreaded")