mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
15 lines
236 B
Vue
15 lines
236 B
Vue
<template>
|
|
<div class="reimu-loading">
|
|
<div class="reimu-icon"></div>
|
|
少女祈祷中...
|
|
</div>
|
|
</template>
|
|
<style lang="scss">
|
|
@import 'common';
|
|
@import './image.css';
|
|
|
|
.reimu-loading {
|
|
@include h-center(8px);
|
|
}
|
|
</style>
|