Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
i would like to have overrideRouter
method to allow me to use ionic router feature like animations by including in existing router.
After check both code it seems on the ionic side the router init have nothing special. so it can be done by the user or other module.
Describe the Use Case
i use (vite-ssg)[https://github.com/antfu/vite-ssg] in my Vueapp.
it create the router for me, so i can't use ionic router too.
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
ionic code of router creation :
vite-ssg router creation :
https://github.com/antfu/vite-ssg/blob/3adec80118d6f008fd2f6ffafcc08cb0101284ce/src/client/index.ts#L38
Additional Information
No response