framework7io / framework7-vue

Deprecated! Build full featured iOS & Android apps using Framework7 & Vue
http://framework7.io/vue/
MIT License
674 stars 151 forks source link

update tabComponentLoader and removeTabContent #428

Closed sinofaneliu closed 6 years ago

sinofaneliu commented 6 years ago

update tabComponentLoader and removeTabContent to supper cached the component for routable tabs

use like this: <f7-tab cached></f7-tab> then the component won't be removed when the tab is not actived, and won't be loaded again when actived

nolimits4web commented 6 years ago

Hi, changes must be made only to the files under src/ folder

nolimits4web commented 6 years ago

Thanks, but changes to dist are still here. Also

sinofaneliu commented 6 years ago