You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<template>
|
|
|
|
<a-dropdown
|
|
|
|
class="select-none color-transition cursor-pointer"
|
|
|
|
:trigger="['click']"
|
|
|
|
overlay-class-name="nc-dropdown-menu-translate"
|
|
|
|
>
|
|
|
|
<div v-bind="$attrs" class="flex items-center justify-center">
|
|
|
|
<MaterialSymbolsTranslate class="md:text-xl nc-menu-translate" />
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<template #overlay>
|
|
|
|
<a-menu class="nc-scrollbar-dark-md min-w-64 max-h-90vh overflow-auto !p-1 m-1 rounded-md border-1 border-gray-200">
|
|
|
|
<div class="m-1.5"><GeneralLanguageMenu /></div>
|
|
|
|
</a-menu>
|
|
|
|
</template>
|
|
|
|
</a-dropdown>
|
|
|
|
</template>
|