yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this project support router paths?

painh opened this issue · comments

commented

Hello.

I'm using a great project well. I have a question while using it.

Does this project support router paths?

For example

https://example.com/user/123123/inventory/5656

Is there a way to support the same address?

I can't find a way to change dynamic link to, or show activation for that path.

commented

It was resolved by returning menu from computed, not data().

Thank you for developing a good library.