mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
This commit is contained in:
parent
4e8be38304
commit
72b21d19ff
@ -119,13 +119,6 @@ const defaultDocsifyConfig = () => ({
|
||||
* @returns {DocsifyConfig}
|
||||
*/
|
||||
export default function (vm, config = {}) {
|
||||
if (window.$docsify) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.warn(
|
||||
'DEPRECATION: The global $docsify config variable is deprecated. See the latest getting started docs. https://docsify.js.org/#/quickstart',
|
||||
);
|
||||
}
|
||||
|
||||
config = Object.assign(
|
||||
defaultDocsifyConfig(),
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user