mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
chore(vue): import animation types from @ionic/vue instead of @ionic/core (#22677)
This commit is contained in:
@ -15,7 +15,7 @@ import {
|
||||
IonicVueRouterOptions,
|
||||
NavigationInformation
|
||||
} from './types';
|
||||
import { AnimationBuilder } from '@ionic/core';
|
||||
import { AnimationBuilder } from '@ionic/vue';
|
||||
|
||||
export const createIonRouter = (opts: IonicVueRouterOptions, router: Router) => {
|
||||
let currentNavigationInfo: NavigationInformation = { direction: undefined, action: undefined };
|
||||
|
Reference in New Issue
Block a user