ui tweaks
This commit is contained in:
parent
cd6d75a076
commit
eaadafafb4
2 changed files with 15 additions and 11 deletions
|
|
@ -223,6 +223,12 @@ var vm = new Vue({
|
|||
},
|
||||
},
|
||||
watch: {
|
||||
'settings': {
|
||||
deep: true,
|
||||
handler: function(newVal) {
|
||||
document.body.classList.value = 'theme-' + newVal.theme
|
||||
},
|
||||
},
|
||||
'feedStats': {
|
||||
deep: true,
|
||||
handler: debounce(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue