You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview: all of the controllers and major features such as transitions and router have been implemented and tested for several months now.
32
+
Apart from minor improvements and further testing of various mixes of Ionic components and implementations this library is considered feature complete.
33
+
34
+
| Feature | Status |@ionic/vue| Notes |
35
+
|-------------|---------|------------|-------|
36
+
| Router |:heavy_check_mark:|:x:| Essentially an extension of Vue's official router <br/>Probably the most stable of all components<br>Present in @ionic/vue, not exported and pending approval |
37
+
| Router View |:heavy_check_mark:|:x:| Wrapper around official `<router-view>` <br> Enables Ionic transitions <br> [Latest PR](https://github.com/ionic-team/ionic/pull/17821) pending |
38
+
| Tabs |:heavy_check_mark:|:x:| Development sponsored by [JustWatch](https://www.justwatch.com/) <br> [PR](https://github.com/ionic-team/ionic/pull/17678) pending |
0 commit comments