Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Vue 3.x targets ES2016+, not ES2015 (#3100)
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#L160
- Loading branch information