$props, $attrs,$listeners的具体使用例子

我在这使用属性重新render饿了么ui的tree:

<el-tree ref="tree"
icon-class="fa fa-caret-right"
class="tree-content"
v-bind="bindAttrs"
v-on="$listeners">
</el-tree>
  computed: {
    // 绑定属性
    bindAttrs() {
      return Object.assign({}, this.$attrs, this.$props);
    }
  },
posted @ 2019-05-23 10:39  进军的王小二  阅读(578)  评论(0编辑  收藏  举报