Fix #1042: admin dropdown not showing after login
This commit is contained in:
parent
1f1e6fdcf2
commit
cc453edfec
|
@ -0,0 +1 @@
|
||||||
|
Fixed admin dropdown not showing after login (#1042)
|
|
@ -298,6 +298,7 @@ export default {
|
||||||
if (v) {
|
if (v) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.setupDropdown('.user-dropdown')
|
this.setupDropdown('.user-dropdown')
|
||||||
|
this.setupDropdown('.admin-dropdown')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue