mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 12:10:04 +08:00
simplify import
This commit is contained in:
parent
79fe3d5c5e
commit
dca22f3ced
@ -1,8 +1,8 @@
|
||||
import * as dom from './util/dom';
|
||||
import { documentReady } from './util/dom';
|
||||
import { Docsify } from './Docsify';
|
||||
|
||||
/**
|
||||
* Run Docsify
|
||||
*/
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
dom.documentReady(_ => new Docsify());
|
||||
documentReady(_ => new Docsify());
|
||||
|
Loading…
Reference in New Issue
Block a user