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