8000 docs: add deprecation notice · vuejs/vue-class-component@54545a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54545a0

Browse files
committed
docs: add deprecation notice
1 parent 792d873 commit 54545a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Overview
22

3+
:::warning
4+
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/#/).
5+
:::
6+
37
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:
48

59
```vue

0 commit comments

Comments
 (0)
0