Transfer 用法

linkaiyi
Follow

Transfer 中增加事件,比如tooltip,如下源码

`renderFunc(h, option) {
      const that = this
      return h(
        'span', {
          attrs: {
            id: option.label
          },
          domProps: {
            innerHTML: option.label
          },
          on: {
            click: function() {
              that.$alert(option.help_text, option.label)
            }
          }
        }
      )
    },`
Object has 0 attachments

Was this article helpful?

This article is viewed 67 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support