Skip to content

Commit d22496b

Browse files
authored
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.
1 parent ca5f159 commit d22496b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/about/faq.md

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ In general, Vue 3 provides smaller bundle sizes, better performance, better scal
1616

1717
- You need to support IE11. Vue 3 leverages modern JavaScript features and does not support IE11.
1818

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-
2119
If you intend to migrate an existing Vue 2 app to Vue 3, consult the [migration guide](https://v3-migration.vuejs.org/).
2220

2321
## Is Vue 2 Still Supported? {#is-vue-2-still-supported}

0 commit comments

Comments
 (0)