1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 12:01:57 +08:00
This commit is contained in:
Liam 2020-12-09 16:19:36 +08:00
parent 5e7113935c
commit dddd3e1a99

View File

@ -1,6 +1,7 @@
<template>
<div class="dashboard-container">
<component :is="currentRole" />
<div>test</div>
</div>
</template>