Skip to content

Commit

Permalink
docs: add deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 23, 2023
1 parent 792d873 commit 54545a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/README.md
@@ -1,5 +1,9 @@
# Overview

:::warning
This library is no longer actively maintained. It is no longer recommend to use Class-based components in Vue 3. The recommended way to use Vue 3 in large applications is Single-File Components, Composition API, and `<script setup>`. If you still want to use classes, check out the community-maintained project [`vue-facing-decorator`](https://facing-dev.github.io/vue-facing-decorator/#/).
:::

Vue Class Component is a library that lets you make your Vue components in class-style syntax. For example, below is a simple counter component written with Vue Class Component:

```vue
Expand Down

0 comments on commit 54545a0

Please sign in to comment.