From a5820575b88c2df395cad3f4a3ec2521bfb6d467 Mon Sep 17 00:00:00 2001 From: Lachlan Miller Date: Thu, 23 Mar 2023 14:39:07 +1000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb8d3ab..18cf4f2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ECMAScript / TypeScript decorator for class-style Vue components. [![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) +## Notice + +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/#/). + ## Document See [https://class-component.vuejs.org](https://class-component.vuejs.org) From 2157c67344e85acd2b5a43fde4520b7de636c5c3 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 23 Mar 2023 17:19:37 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18cf4f2..fd3256f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ -# Vue Class Component +# [DEPRECATED] Vue Class Component -ECMAScript / TypeScript decorator for class-style Vue components. -[![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) +## ⚠️ Notice + +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 `