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 `