diff --git a/README.md b/README.md index bb8d3ab..fd3256f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ -# Vue Class Component +# [DEPRECATED] 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 `