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"
>
<span :style="titleStyle">{{title}}</span>
<a-icon :style="iconStyle" :type="icon" />
<a-icon v-if="icon" :style="iconStyle" :type="icon" />
<slot></slot>
</div>
</template>