forked from deblan/side_menu
remove logs
This commit is contained in:
parent
84efcbd36c
commit
c517adcb81
1 changed files with 0 additions and 4 deletions
|
|
@ -116,10 +116,6 @@ export default {
|
|||
return a.order < b.order ? -1 : 1
|
||||
})
|
||||
|
||||
console.log("aaaaaaaaaaaa")
|
||||
this.apps = finalApps
|
||||
console.log(this.apps)
|
||||
|
||||
document.querySelector('body').dispatchEvent(new CustomEvent('side-menu.apps', {
|
||||
detail: {apps: this.apps},
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue