chore: console error message; 🐛

master
iczer 4 years ago
parent 2a45a8122a
commit 77781e418a
  1. 2
      src/components/tool/AStepItem.vue

@ -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…
Cancel
Save