Skip to content

Commit

Permalink
feat(ActionTimeline): 删除多余的console DevCloudFE#1846
Browse files Browse the repository at this point in the history
  • Loading branch information
aolinpk committed May 31, 2024
1 parent ebf0cd8 commit d919502
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineComponent({
props: actionTimelineProps,
emits: ['actionLoadMore'],
setup(props: ActionTimelineProps, ctx: SetupContext) {
console.log(ctx.slots.content)
const { layout, data, showTailLine, showStatusBgColor, showStatusLineColor, loadMoreConfig } = toRefs(props);
const isVertical = computed(() => layout.value === 'vertical');
const containerClass = computed(() => ({
Expand Down

0 comments on commit d919502

Please sign in to comment.