Quasar: Quasar 0.14.2
OS: Windows 7
Node: 8.1.3
NPM: 5.2.0
Browsers: Chrome 60.0.3112.101 (Official Build) (64-bit)
iOS: NA
Android: NA
No error, it just doesn't seems to work.
Switching from one tab to the other would maintain the state of each tab. As of now created() is called on each component as I switch tab.
Created a QTabs with each pane containing a single component, each wrapped with Vue's
keep-alive
Boolean property added to QTabPane. Avoid using <keep-alive>
Vue component and use this property instead.
Available in future v0.15.
Let me know if you need this quick as it may take a while before v0.15 will be out.
Thanks, that was fast!
I can live without it for now thanks.
Available starting with v0.14.3
Most helpful comment
keep-alive
Boolean property added to QTabPane. Avoid using<keep-alive>
Vue component and use this property instead.Available in future v0.15.
Let me know if you need this quick as it may take a while before v0.15 will be out.