mirror of
https://github.com/iczer/vue-antd-admin.git
synced 2025-04-30 14:36:51 +08:00
chore: console error message; 🐛
This commit is contained in:
parent
2a45a8122a
commit
77781e418a
@ -4,7 +4,7 @@
|
|||||||
@click="go"
|
@click="go"
|
||||||
>
|
>
|
||||||
<span :style="titleStyle">{{title}}</span>
|
<span :style="titleStyle">{{title}}</span>
|
||||||
<a-icon :style="iconStyle" :type="icon" />
|
<a-icon v-if="icon" :style="iconStyle" :type="icon" />
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user