[+] Use el-table but comment out

This commit is contained in:
Hykilpikonna
2019-10-05 16:05:14 -04:00
parent aa59075939
commit 89dc493edf
@@ -33,6 +33,13 @@
</div> </div>
<div v-if="countUnread() !== 0" <div v-if="countUnread() !== 0"
class="course-card-content expand notification"> class="course-card-content expand notification">
<!--el-table :data="unreadTable"
style="width: 100%"
:show-header="false">
<el-table-column prop="date" width="180" />
<el-table-column prop="name" width="500" />
<el-table-column prop="address" />
</el-table-->
</div> </div>
</el-card> </el-card>
</div> </div>