framework7io / framework7

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

unloadTabContent not work in framework7-vue #4149

Closed zhanglele97 closed 1 year ago

zhanglele97 commented 1 year ago

Describe the bug

unloadTabContent not work in framework7-vue

To Reproduce

Steps to reproduce the behavior:

  1. add :unload-tab-content="false" in f7-view
  2. change routable tab1 to routable tab2
  3. tab1 has removed from dom

Expected behavior

change routable tab1 to routable tab2 and tab1 can not be removed

Additional context

I looked at the source code of framework7-vue and found no reference to unloadTabContent