[build] 4.2.4
This commit is contained in:
parent
b8dd346baf
commit
abb0f6019f
5 changed files with 7 additions and 7 deletions
|
|
@ -3319,7 +3319,7 @@ function initRender (vm) {
|
|||
|
||||
if (config.themeColor) {
|
||||
$.head.appendChild(
|
||||
create('div', theme(config.themeColor)).getRootNode()
|
||||
create('div', theme(config.themeColor)).firstElementChild
|
||||
);
|
||||
// Polyfll
|
||||
cssVars(config.themeColor);
|
||||
|
|
@ -3802,7 +3802,7 @@ initGlobalAPI();
|
|||
/**
|
||||
* Version
|
||||
*/
|
||||
Docsify.version = '4.2.3';
|
||||
Docsify.version = '4.2.4';
|
||||
|
||||
/**
|
||||
* Run Docsify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue