Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

【step bug】 #823

Description

@xiaohuxd

bug表现为:进入页面,如果md-step是在二级页面,当展开二级页面时,md-step无法获取真正的step item 高度

/*
判断二级页面展开时,加入以下代码,手动执行【$_initStepSize】方法
*/
...
  watch: {
    visible(val) {
      if (val) {
        this.$nextTick(() => {
          this.$refs['stepRef'].$_initStepSize();
        });
      }
    },
  },
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions