fix: Teleport Dropdown/OverflowMenu imports (#4211)

* fix: Teleport Dropdown/OverflowMenu imports

* fix: lint
This commit is contained in:
Cal H.
2025-08-18 14:50:58 +01:00
committed by GitHub
parent 5ffe14f058
commit bcfa6941e4
11 changed files with 45 additions and 19 deletions

View File

@@ -71,7 +71,7 @@
<ShareIcon />
</Button>
<ButtonStyled type="transparent">
<UiServersTeleportOverflowMenu
<TeleportOverflowMenu
position="bottom"
direction="left"
aria-label="Save file"
@@ -100,7 +100,7 @@
</svg>
Save & restart
</template>
</UiServersTeleportOverflowMenu>
</TeleportOverflowMenu>
</ButtonStyled>
</div>
</header>
@@ -112,6 +112,8 @@ import { Button, ButtonStyled } from '@modrinth/ui'
import { computed } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import TeleportOverflowMenu from './TeleportOverflowMenu.vue'
const props = defineProps<{
breadcrumbSegments: string[]
fileName?: string