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