From f7274e141f92acb24eee418aed57be35832ee14e Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 11 Jul 2018 02:24:47 +0300 Subject: [PATCH] docs(vue): improvements (#574) --- docs/vue.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/vue.md b/docs/vue.md index af35bd1e..3fcfdb1c 100644 --- a/docs/vue.md +++ b/docs/vue.md @@ -10,7 +10,7 @@ Load the Vue in `./index.html`. - + ``` @@ -61,10 +61,10 @@ You can manually initialize a Vue instance. *index.html* ```html - + - + @@ -96,4 +96,4 @@ You can manually initialize a Vue instance. ``` -?> Example Refer to the [vuep documentation](https://qingwei-li.github.io/vuep/). +?> Example Refer to the [Vuep documentation](https://qingwei-li.github.io/vuep/).