framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

beforeEnter not trigger when routerable tab #4065

Open yoyo930021 opened 2 years ago

yoyo930021 commented 2 years ago

Describe the bug

When I use routable tabs, the beforeEnter guard isn't called.

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Routable Tabs'
  2. Click on 'Tab2'
  3. Not happened.

Expected behavior

Trigger beforeEnter and alert.

Actual Behavior

Not happened.

Screenshots

No

Additional context

No