mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore(vue): rename hook to useBackButton
This commit is contained in:
@ -11,7 +11,7 @@ export { IonTabButton } from './components/IonTabButton';
|
||||
export { IonTabs } from './components/IonTabs';
|
||||
export { IonTabBar } from './components/IonTabBar';
|
||||
|
||||
export { IonRouter, useHardwareBackButton, useIonRouter } from './hooks';
|
||||
export { IonRouter, useBackButton, useIonRouter } from './hooks';
|
||||
|
||||
export {
|
||||
// Overlay Controllers
|
||||
|
Reference in New Issue
Block a user