mirror of
https://github.com/doocs/md.git
synced 2024-11-25 11:31:30 +08:00
cecd7dde55
* 统一代码风格 * 修复超链接问题 * 新增待办列表
20 lines
301 B
Vue
20 lines
301 B
Vue
<template>
|
|
<div class="loading" id="loading">
|
|
<div class="loading-wrapper">
|
|
<div class="loading-text">Loading...</div>
|
|
<div class="loading-anim"></div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|