Sort list of available themes
and add `computed` attr for WholePage; needed by some customizations
This commit is contained in:
parent
adaa39f572
commit
34878f9293
2 changed files with 21 additions and 5 deletions
|
@ -1010,6 +1010,7 @@
|
|||
const WholePage = {
|
||||
template: '#whole-page-template',
|
||||
mixins: [SimpleRequestMixin],
|
||||
computed: {},
|
||||
|
||||
mounted() {
|
||||
window.addEventListener('keydown', this.globalKey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue