Update use-vue.md (#227)

The V0.10 release of weexSDK was labeled with the wrong year
diff --git a/source/guide/use-vue.md b/source/guide/use-vue.md
index 5b6c5cf..fd6f401 100644
--- a/source/guide/use-vue.md
+++ b/source/guide/use-vue.md
@@ -8,7 +8,7 @@
 
 <!-- toc -->
 
-Weex integrated the v2 version of Vue.js since WeexSDK [v0.10.0](https://github.com/alibaba/weex/releases/tag/v0.10.0) is released at 2016/02/17. Vue (pronounced /vjuː/, like view) is a progressive front-end framework for building user interfaces. Please refer to its [official website](https://vuejs.org/) for more information.
+Weex integrated the v2 version of Vue.js since WeexSDK [v0.10.0](https://github.com/alibaba/weex/releases/tag/v0.10.0) is released at 2017/02/17. Vue (pronounced /vjuː/, like view) is a progressive front-end framework for building user interfaces. Please refer to its [official website](https://vuejs.org/) for more information.
 
 > If there is no special instructions, the "Vue.js" or "Vue" in this article all refers to the v2 version of Vue.js.