Showing 1 – 2 of 2 replies
gabonleon

Vue link bug if Collapsed

gabonleon PURCHASED
1 year ago
Hi, I found bug by Collapsed setting
Reproduced (when collapsed or collapsed text)
- Go to menu Forum -> /vue/forum/categories
- Click on whatever ex: Welcome -> /vue/forum/topics/11
- then go to any menu except Widgets,
ex: Elements->Button -> /vue/forum/topics/buttons
ex: Form->Standard -> /vue/forum/topics/form-standard

url just replace the last one, not replace "/forum/topics" and page doesnt change

Can u fix this?
themicon
themicon SELLER
10 months ago
Hello, sorry for the long delay. Ill look into that.
Thanks for report it!
gabonleon
gabonleon PURCHASED
9 months ago
Its fix just remove:
if(process.env.BASE_URL) href = href.replace(process.env.BASE_URL, '')

file source:
\vue\src\components\Layout\Sidebar.run.js line 116

thx