Skip to content

Commit

Permalink
Merge pull request #876 from hit-pay/fix-sublink-reirect-event
Browse files Browse the repository at this point in the history
Fix sublink redirect event
  • Loading branch information
kutsaniuk authored Jan 7, 2025
2 parents 833bd63 + 71ed314 commit c242aa8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/core",
"description": "Orchid UI, Library Vue 3 tailwind css",
"version": "1.1.31-10",
"version": "1.1.31-11",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Elements/Sidebar/OcSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ onMounted(() => {
:label="submenu.label"
:is-active="submenu.active"
:is-expanded="isExpanded"
@click="$emit('redirect', submenu.path)"
@click="$emit('redirect', submenu)"
/>
</SideBarMenu>
</SidebarHead>
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@orchidui/dashboard",
"description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
"version": "1.1.31-10",
"version": "1.1.31-11",
"type": "module",
"scripts": {
"build": "vite build"
Expand Down

0 comments on commit c242aa8

Please sign in to comment.