We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5fad7e commit 1147ffeCopy full SHA for 1147ffe
1 file changed
src/module.ts
@@ -176,6 +176,14 @@ export default defineNuxtModule<ModuleOptions>({
176
const IonicHooks = [
177
'useBackButton',
178
'useKeyboard',
179
+ 'createAnimation',
180
+ 'createGesture',
181
+ 'iosTransitionAnimation',
182
+ 'mdTransitionAnimation',
183
+ 'getPlatforms',
184
+ 'isPlatform',
185
+ 'menuController',
186
+ 'getTimeGivenProgression',
187
'onIonViewWillEnter',
188
'onIonViewDidEnter',
189
'onIonViewWillLeave',
0 commit comments