Replies: 1 comment
-
You can set an example: <a-dropdown :trigger="['click']" visible>
<a-button>display dropmenu</a-button>
<template #overlay>
<a-menu>
<a-menu-item class="text-default-color">
<a-space>
<login-outlined />
<span>logout</span>
</a-space>
</a-menu-item>
</a-menu>
</template>
</a-dropdown> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how can i keep opened a
<a-menu>
? i want to inspect element and change some styles but when i leave mouse from component, its close...Beta Was this translation helpful? Give feedback.
All reactions