From bad97d06dc192a7e0165deafad4ae30a9f948944 Mon Sep 17 00:00:00 2001 From: sylvainpolletvillard Date: Sat, 14 Jan 2017 18:18:28 +0100 Subject: [PATCH 1/8] revert gitignore (cherry picked from commit ec5b7c0) --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 636fcecefb..7c13a2dbcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ .DS_Store Thumbs.db -.idea db.json *.log node_modules/ public/ .deploy*/ -src/_drafts \ No newline at end of file +src/_drafts From 193c666cf288597bd96a75e355b90f5ee046aeb2 Mon Sep 17 00:00:00 2001 From: sylvainpolletvillard Date: Sat, 25 Feb 2017 19:44:51 +0100 Subject: [PATCH 2/8] options d'instance --- src/v2/api/index.md | 130 ++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index 07d8105f9c..d41c8f5208 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -569,15 +569,15 @@ type: api - **Détails :** - A string template to be used as the markup for the Vue instance. The template will **replace** the mounted element. Any existing markup inside the mounted element will be ignored, unless content distribution slots are present in the template. + Un template sous forme de chaîne de caractères qui sera utilisé comme balisage HTML pour l'instance de Vue. Le template viendra **remplacer** l'élément monté. Tout code HTML existant à l'intérieur de l'élément monté sera ignoré, à moins que des emplacements de distribution de contenu (slots) soient présents dans le template. - If the string starts with `#` it will be used as a querySelector and use the selected element's innerHTML as the template string. This allows the use of the common `