From d453257ff3a654b02f6d39f882a81c5d2a823750 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Mon, 7 May 2018 10:09:49 +0100 Subject: Follow up after review --- doc/development/fe_guide/vue.md | 17 ++++++++++++++++- doc/development/fe_guide/vuex.md | 2 ++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/development/fe_guide/vue.md b/doc/development/fe_guide/vue.md index 62c3a05eb3b..f971d8b7388 100644 --- a/doc/development/fe_guide/vue.md +++ b/doc/development/fe_guide/vue.md @@ -123,7 +123,22 @@ You can read more about components in Vue.js site, [Component System][component- #### Components Gotchas 1. Using SVGs icons in components: To use an SVG icon in a template use the `icon.vue` -1. Using SVGs illustrations in components: To use an SVG illustrations in a template provide the path as a prop. +1. Using SVGs illustrations in components: To use an SVG illustrations in a template provide the path as a prop and display it through a standard img tag. + ```javascript +