Skip to content

Commit 1147ffe

Browse files
committed
feat: add more ionic hooks
1 parent c5fad7e commit 1147ffe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/module.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,14 @@ export default defineNuxtModule<ModuleOptions>({
176176
const IonicHooks = [
177177
'useBackButton',
178178
'useKeyboard',
179+
'createAnimation',
180+
'createGesture',
181+
'iosTransitionAnimation',
182+
'mdTransitionAnimation',
183+
'getPlatforms',
184+
'isPlatform',
185+
'menuController',
186+
'getTimeGivenProgression',
179187
'onIonViewWillEnter',
180188
'onIonViewDidEnter',
181189
'onIonViewWillLeave',

0 commit comments

Comments
 (0)