Skip to content

Commit f1e7301

Browse files
authored
fix: Vue 3.x targets ES2016+, not ES2015 (#2417)
1 parent b998be0 commit f1e7301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/about/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Vue は、[MIT License](https://opensource.org/licenses/MIT) のもとで公開
3030

3131
## Vue はどのブラウザーをサポートしていますか? {#what-browsers-does-vue-support}
3232

33-
Vue の最新バージョン(3.x)は、[ES2015 をネイティブにサポートしているブラウザー](https://caniuse.com/es6)のみをサポートしています。これには IE11 は含まれません。Vue 3.x はレガシーブラウザーでポリフィルできない ES2015 の機能を使用しているので、レガシーブラウザーをサポートする必要がある場合は、Vue 2.x を代わりに使用する必要があります
33+
Vue の最新バージョン(3.x)は、[ES2016 をネイティブサポートしているブラウザー](https://caniuse.com/es2016)のみをサポートしています。これには IE11 は含まれません。Vue 3.x はレガシーブラウザーでポリフィルできない ES2016 の機能を使用しているので、レガシーブラウザーをサポートする必要がある場合は代わりに Vue 2.x を使用する必要があります
3434

3535
## Vue は信頼できますか? {#is-vue-reliable}
3636

0 commit comments

Comments
 (0)