From a10fcbd9a613320e92d7393cf5024c15b9fd680c Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Thu, 12 Nov 2020 17:25:48 -0600 Subject: [PATCH] Update Vue-related descriptions --- docs/configuration.md | 6 +++--- docs/vue.md | 21 +++++++++++---------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index d414bc16..0f8678a4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -634,7 +634,7 @@ window.$docsify = { - type: `Object` -Registers Vue components using the component name as the key with an object containing Vue options as the value. Component data is not shared and changes will not persist as users navigate the site. +Registers Vue components using the component name as the key with an object containing Vue options as the value. Component `data` is unique for each instance and will not persist as users navigate the site. ```js window.$docsify = { @@ -667,7 +667,7 @@ window.$docsify = { - type: `Object` -Specifies Vue options to be shared throughout your site. These options will be used when Docsify detects Vue content in the main content area that has not been previously mounted via [vueMounts](#vuemounts), [vueComponents](#vuecomponents), or a markdown `