From 5464242928a792d2fb3468268698d14fa891442a Mon Sep 17 00:00:00 2001 From: Eduard Marsal Date: Tue, 15 Dec 2020 09:31:24 +0000 Subject: [PATCH] add note for missing v8 docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef9ecb1..bb8d3ab 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ECMAScript / TypeScript decorator for class-style Vue components. See [https://class-component.vuejs.org](https://class-component.vuejs.org) +> Please note, documentation for v8 is not ready yet. Check out the readme in the respective branch or see [v8 proposals in the issue list](https://github.com/vuejs/vue-class-component/issues?q=is%3Aopen+is%3Aissue+label%3Av8) + ## Online one-click setup for contributing Contribute to Vue Class Component using a fully featured online development environment that will automatically: clone the repo, install the dependencies and start the docs web server and run `yarn dev`.