erdkse / adminlte-3-vue

Vue 3.4.27 start-up project with AdminLTE 3.2.0 template
https://erdkse.com/projects/preview/adminlte-vue
MIT License
245 stars 114 forks source link

Sidebar stops working after clicking Breadcrumb #53

Open PerryCodes opened 2 weeks ago

PerryCodes commented 2 weeks ago

Using your Firebase demo page (https://adminlte-vue.erdkse.com/)

  1. Use sidebar menu items and notice main content loads/changes correctly.
  2. Click "Blank" sidebar item
  3. Click "Home" Breadcrumb item in main content
  4. Try to use sidebar menu items again. Even though browser address is changing, all actions fail to change main content.
PerryCodes commented 1 week ago

Btw @erdkse - you've created an Angular, React, and Vue version of this AdminLTE template and I find it strange that clicking the breadcrumb 'Home' link does something completely different in all three.

  1. Vue is bugged. It doesn't properly handle the click at all.
  2. React will continue reloading the 'Home' page, even when it's already there.
  3. Third time is a charm, I guess. Angular is the only one that works correctly.