WXL
4 天以前 9bce51f651aad297ef9eb6df832bfdaf1de05d84
node_modules/uview-plus/components/u-steps/u-steps.vue
@@ -36,13 +36,13 @@
         children() {
            this.updateChildData()
         },
         parentData() {
         parentDataCpu() {
            this.updateChildData()
         }
      },
      computed: {
         // 监听参数的变化,通过watch中,手动去更新子组件的数据,否则子组件不会自动变化
         parentData() {
         parentDataCpu() {
            return [this.current, this.direction, this.activeColor, this.inactiveColor, this.activeIcon, this.inactiveIcon, this.dot]
         }
      },