From a1fc64ac16c2d6d3f5ef73dba65fdb7668eb94a9 Mon Sep 17 00:00:00 2001 From: Declan de Wet Date: Mon, 31 Oct 2016 01:46:49 +0200 Subject: [PATCH] extend disclaimer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89539de..d7e8e1c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Manage page meta info in Vue 2.0 server-rendered components. Supports streaming. No dependencies. > **Please note** that this project is still in very early alpha development and is *not* considered to be production ready. +> **You have been warned.** There is no sanitization yet, no tests, and you might even find some features are still missing. # Description `vue-meta` is a [Vue 2.0](https://vuejs.org) plugin that allows you to manage your app's meta information, much like [`react-helmet`](https://github.com/nfl/react-helmet) does for React. However, instead of setting your data as props passed to a proprietary component, you simply export it as part of your component's data using the `metaInfo` property.