forked from AkkomaGang/akkoma-fe
removed unused code
This commit is contained in:
parent
e3f6001b3e
commit
69fb015e9f
2 changed files with 1 additions and 5 deletions
|
@ -5,9 +5,7 @@ const AccountActions = {
|
||||||
'user'
|
'user'
|
||||||
],
|
],
|
||||||
data () {
|
data () {
|
||||||
return {
|
return { }
|
||||||
showDropDown: false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
ProgressButton
|
ProgressButton
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
:container="false"
|
:container="false"
|
||||||
placement="bottom-end"
|
placement="bottom-end"
|
||||||
:offset="5"
|
:offset="5"
|
||||||
@show="showDropDown = true"
|
|
||||||
@hide="showDropDown = false"
|
|
||||||
>
|
>
|
||||||
<div slot="popover">
|
<div slot="popover">
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
|
|
Loading…
Reference in a new issue