mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
feat(vue): support for ion-tabs (#17678)
* Add ion-tabs support, QOL fixes * Fix @ionic/core version, rebuild core to include docs * Update router * Add support for IonTabsWillChange and IonTabsDidChange events * Update usage docs * Merge core and user provided click handlers in ion-tab-button * rename file to be consistent
This commit is contained in:

committed by
Mike Hartington

parent
439b10e10d
commit
ee7167512f
@ -6,3 +6,4 @@ export default {
|
||||
};
|
||||
|
||||
export { Controllers } from './ionic';
|
||||
export { default as IonicVueRouter } from './router';
|
||||
|
Reference in New Issue
Block a user