fix: loading time

This commit is contained in:
JimQing 2020-07-13 23:35:46 +08:00
parent ee1c0007d0
commit 7f6459e5b4
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export default {
mounted() {
setTimeout(() => {
this.loading = false
}, 280);
}, 100);
}
}

View File

@ -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>