4
0
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:
iczer 2020-07-02 14:06:34 +08:00
parent 2a45a8122a
commit 77781e418a

View File

@ -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>