Skip to content

Commit 792d873

Browse files
Deprecate this and recommend Vue Facing Decorator (#633)
* Update README.md * Update README.md --------- Co-authored-by: Evan You <yyx990803@gmail.com>
1 parent 1643346 commit 792d873

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# Vue Class Component
1+
# [DEPRECATED] Vue Class Component
2+
3+
4+
## ⚠️ Notice
5+
6+
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/#/).
7+
8+
---
29

310
ECMAScript / TypeScript decorator for class-style Vue components.
411

5-
[![npm](https://img.shields.io/npm/v/vue-class-component.svg)](https://www.npmjs.com/package/vue-class-component) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/vuejs/vue-class-component)
12+
[![npm](https://img.shields.io/npm/v/vue-class-component.svg)](https://www.npmjs.com/package/vue-class-component) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/vuejs/vue-class-component)
613

714
## Document
815

0 commit comments

Comments
 (0)