Skip to content

Commit

Permalink
docs: remove mention to deprecated vue-class-components (#12817)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Apr 11, 2023
1 parent 0bba402 commit 23b5979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can read more about the transition in the [TypeScript 3.7 release notes](htt

If you are using a library that heavily relies on class fields, please be careful about the library's intended usage of it.

Most libraries expect `"useDefineForClassFields": true`, such as [MobX](https://mobx.js.org/installation.html#use-spec-compliant-transpilation-for-class-properties), [Vue Class Components 8.x](https://github.com/vuejs/vue-class-component/issues/465), etc.
Most libraries expect `"useDefineForClassFields": true`, such as [MobX](https://mobx.js.org/installation.html#use-spec-compliant-transpilation-for-class-properties).

But a few libraries haven't transitioned to this new default yet, including [`lit-element`](https://github.com/lit/lit-element/issues/1030). Please explicitly set `useDefineForClassFields` to `false` in these cases.

Expand Down

0 comments on commit 23b5979

Please sign in to comment.