[U] Use LoadingSpinner
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="course-selection">
|
<div id="course-selection">
|
||||||
<div v-if="loading" class="loading vertical-center" style="height: 100%">
|
<div v-if="loading" class="loading vertical-center" style="height: 100%">
|
||||||
<div class="el-loading-spinner">
|
<LoadingSpinner/>
|
||||||
<svg viewBox="25 25 50 50" class="circular">
|
|
||||||
<circle cx="50" cy="50" r="20" fill="none" class="path"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-row v-else>
|
<el-row v-else>
|
||||||
|
|||||||
Reference in New Issue
Block a user