Skip to content

Commit 2157c67

Browse files
authored
Update README.md
1 parent a582057 commit 2157c67

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
# Vue Class Component
1+
# [DEPRECATED] Vue Class Component
22

3-
ECMAScript / TypeScript decorator for class-style Vue components.
43

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)
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/#/).
67

7-
## Notice
8+
---
9+
10+
ECMAScript / TypeScript decorator for class-style Vue components.
811

9-
This library is no longer actively maintained. For an alternative that is receiving ongoing development, check [`vue-facing-decorator`](https://facing-dev.github.io/vue-facing-decorator/#/).
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)
1013

1114
## Document
1215

0 commit comments

Comments
 (0)