chore: bump 2.0.0.rc.16

This commit is contained in:
vben
2021-01-12 23:12:05 +08:00
parent cdf0a600e5
commit 3571eb4c47
7 changed files with 21 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
:class="[prefixCls, theme, { 'collapsed-show-title': getCollapsedShowTitle }]"
@click="handleGoHome"
>
<img src="/@/assets/images/logo.png" />
<img src="../../../assets/images/logo.png" />
<div class="ml-2 ellipsis" :class="[`${prefixCls}__title`]" v-show="showTitle">
{{ title }}
</div>