mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(virtual-scroll, slides): add correct links to migration guides (#23502)
This commit is contained in:
@ -44,9 +44,11 @@ We plan to remove `ion-slides` and `ion-slide` in Ionic Framework v7. `ion-slide
|
|||||||
|
|
||||||
Since the underlying technology that powers your slides is the same, the migration process is easy! Follow the guides below for your specific framework.
|
Since the underlying technology that powers your slides is the same, the migration process is easy! Follow the guides below for your specific framework.
|
||||||
|
|
||||||
Migration for Ionic Angular users: https://ionicframework.com/docs/angular/slides
|
[Migration for Ionic Angular users](../angular/slides)
|
||||||
Migration for Ionic React users: https://ionicframework.com/docs/react/slides
|
|
||||||
Migration for Ionic Vue users: https://ionicframework.com/docs/vue/slides
|
[Migration for Ionic React users](../react/slides)
|
||||||
|
|
||||||
|
[Migration for Ionic Vue users](../vue/slides)
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
|
@ -11,15 +11,15 @@ This guide will go over the recommended virtual scrolling packages for each fram
|
|||||||
|
|
||||||
## Angular
|
## Angular
|
||||||
|
|
||||||
For virtual scrolling options in Ionic Angular, please see https://ionicframework.com/docs/angular/virtual-scroll.
|
For virtual scrolling options in Ionic Angular, please see [Angular Virtual Scroll Guide](../angular/virtual-scroll).
|
||||||
|
|
||||||
## React
|
## React
|
||||||
|
|
||||||
For virtual scrolling options in Ionic React, please see: https://ionicframework.com/docs/react/virtual-scroll.
|
For virtual scrolling options in Ionic React, please see [React Virtual Scroll Guide](../react/virtual-scroll).
|
||||||
|
|
||||||
## Vue
|
## Vue
|
||||||
|
|
||||||
For virtual scrolling options in Ionic Vue, please see: https://ionicframework.com/docs/vue/virtual-scroll.
|
For virtual scrolling options in Ionic Vue, please see [Vue Virtual Scroll Guide](../vue/virtual-scroll).
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user