You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want, you can show a loading dialog before docsify starts to render your documentation:
120
-
121
-
```html
122
-
<!-- index.html -->
123
-
124
-
<divid="app">Please wait...</div>
125
-
```
126
-
127
-
By default, the `id` attribute of the main container is `app`. If you want to use a different id, you must also set the `data-app` attribute, and [configure](configuration.md#el) the `el` parameter accordingly:
0 commit comments