refactor: theme color chose components

This commit is contained in:
chenghx
2018-08-22 18:04:33 +08:00
parent 04f8642c33
commit 61f60316f3
3 changed files with 127 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
<div class="logo">
<router-link to="/dashboard/workplace">
<img src="static/img/vue-antd-logo.png">
<h1>Vue Ant Pro</h1>
<h1>Vue Antd Admin</h1>
</router-link>
</div>
<i-menu :collapsed="collapsed" :menuData="menuData" @select="onSelect"/>