From 62236436086e0d2fc76caf608b9c4f25540970ca Mon Sep 17 00:00:00 2001 From: Evan You Date: Wed, 28 Sep 2016 19:13:20 -0400 Subject: [PATCH] add version notice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 949599a..809c89e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > [Browserify](http://browserify.org/) transform for [Vue.js](http://vuejs.org/) components, with scoped CSS and component hot-reloading. +**NOTE: master branch now hosts version ^9.0, which only works with Vue ^2.0. Vueify 8.x which works with Vue 1.x is in the [8.x branch](https://github.com/vuejs/vueify/tree/8.x).** + This transform allows you to write your components in this format: ``` html