remove logs
This commit is contained in:
parent
c517adcb81
commit
66a2843a14
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ export default {
|
|||
return a.order < b.order ? -1 : 1
|
||||
})
|
||||
|
||||
this.apps = finalApps
|
||||
|
||||
document.querySelector('body').dispatchEvent(new CustomEvent('side-menu.apps', {
|
||||
detail: {apps: this.apps},
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue