Commit dffc630
committed
fix: Vue 3.x targets ES2016+, not ES2015
References:
- https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.json#L6
- Use of `Array.prototype.includes()` (ES2016 feature) in Vue 3.x source code: https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/runtime-core/src/compat/renderHelpers.ts#L1601 parent 58c4b89 commit dffc630
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments