mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +08:00
fix: loading time
This commit is contained in:
parent
ee1c0007d0
commit
7f6459e5b4
@ -22,7 +22,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}, 280);
|
}, 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<div class="loading" id="loading">
|
<div class="loading" id="loading">
|
||||||
<div class="loading-wrapper">
|
<div class="loading-wrapper">
|
||||||
<div class="loading-anim"></div>
|
<div class="loading-anim"></div>
|
||||||
<div class="loading-text">致力于让MD编辑更简单</div>
|
<div class="loading-text">致力于让MarkDown编辑更简单</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user