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
docs(faq): remove outdated information about considering to use vue 2 (#2428)
I removed the section in the FAQ page that mentioned the consider to use Vue 2 due to the lack of stable versions for major ecosystem projects like Nuxt or Vuetify. The information was outdated as there are now stable versions available.
Copy file name to clipboardExpand all lines: src/about/faq.md
-2
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ In general, Vue 3 provides smaller bundle sizes, better performance, better scal
16
16
17
17
- You need to support IE11. Vue 3 leverages modern JavaScript features and does not support IE11.
18
18
19
-
- You are still waiting for major ecosystem projects like Nuxt or Vuetify to release stable versions for Vue 3. This is reasonable if you do not wish to use beta-stage software. However, do note there are other already stable Vue 3 component libraries such as [Quasar](https://quasar.dev/), [Naive UI](https://www.naiveui.com/) and [Element Plus](https://element-plus.org/).
20
-
21
19
If you intend to migrate an existing Vue 2 app to Vue 3, consult the [migration guide](https://v3-migration.vuejs.org/).
22
20
23
21
## Is Vue 2 Still Supported? {#is-vue-2-still-supported}
0 commit comments