Sort list of available themes

and add `computed` attr for WholePage; needed by some customizations
This commit is contained in:
Lance Edgar 2024-04-28 18:37:00 -05:00
parent adaa39f572
commit 34878f9293
2 changed files with 21 additions and 5 deletions

View file

@ -1010,6 +1010,7 @@
const WholePage = {
template: '#whole-page-template',
mixins: [SimpleRequestMixin],
computed: {},
mounted() {
window.addEventListener('keydown', this.globalKey)