-
Notifications
You must be signed in to change notification settings - Fork 22
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
Absolute paths #33
Comments
Hello, you can use When thinking about it, it might be better to call this field simply |
Yeah so that doesn't help if you're trying to link to absolute vue-router paths. With relative paths, it just appends which isn't helpful if your routes are not in the same tree structure. |
Oh yes, I get what you mean now. The library is currently built on working with the tree structure but I've been already thinking about adding support for route's config objects to add more flexibility and especially support for named paths (for example you could use |
Is there any way I can edit it myself?
…On Wed, Jan 16, 2019 at 11:53 PM Michaela Robosova ***@***.***> wrote:
Oh yes, I get what you mean now. The library is currently built on working
with the tree structure but I've been already thinking about adding support
for route's config objects to add more flexibility and especially support
for named paths (for example you could use { name: ''my-route-name } in
vue-tree-navigation path field). This requires core changes so I cannot
say when it will be done. I need to think more about spec in detail and
then I'll open a new feature issue. I'll also take you use-case in account.
Thank you!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAf-owKAPjVJC0NvF2a9RJBcJgoNicfzks5vECwHgaJpZM4aEnC7>
.
--
follow me: @darian314 <http://twitter.com/darian314>
|
Sure, in what form would you like to do that? There're two ways:
|
How can I specify that paths are absolute and not relative vue-router paths when programmatically generating the items?
The text was updated successfully, but these errors were encountered: