Skip to content

Commit dffc630

Browse files
committed
1 parent 58c4b89 commit dffc630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/about/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Vue is a free and open source project released under the [MIT License](https://o
3030

3131
## What browsers does Vue support? {#what-browsers-does-vue-support}
3232

33-
The latest version of Vue (3.x) only supports [browsers with native ES2015 support](https://caniuse.com/es6). This excludes IE11. Vue 3.x uses ES2015 features that cannot be polyfilled in legacy browsers, so if you need to support legacy browsers, you will need to use Vue 2.x instead.
33+
The latest version of Vue (3.x) only supports [browsers with native ES2016 support](https://caniuse.com/es2016). This excludes IE11. Vue 3.x uses ES2016 features that cannot be polyfilled in legacy browsers, so if you need to support legacy browsers, you will need to use Vue 2.x instead.
3434

3535
## Is Vue reliable? {#is-vue-reliable}
3636

0 commit comments

Comments
 (0)