Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix external link menu management item #740

Merged
merged 5 commits into from
Aug 18, 2022
Merged

Conversation

miftahurrahmi
Copy link
Contributor

No description provided.

@@ -1,7 +1,7 @@
<template>
<div
:class="{ 'vs-sidebar-item-active': getActive }"
class="vs-sidebar--item"
class="vs-sidebar--item "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unwanted space ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, it was a typo and I've returned to the original position

@@ -25,6 +25,15 @@
/>
</a>
<!-- for route link -->
<template v-else>
<a v-if="url.substring(0, 4) == 'http'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about https ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

without any https conditions the condition function produces the same results for http or https

@rizkiheryandi rizkiheryandi linked an issue Aug 18, 2022 that may be closed by this pull request
@rizkiheryandi rizkiheryandi merged commit fa75f59 into 2.x Aug 18, 2022
@rizkiheryandi rizkiheryandi deleted the task/v2/bugfix branch August 18, 2022 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External link for Menu
3 participants