vuejs / composition-api

Composition API plugin for Vue 2

Home Page:https://composition-api.vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

渲染函数h()设置属性或prop不生效?

zhchjiang95 opened this issue · comments

image

image

如图,实际页面id和innerHTML都未生效!
创建一个ElementUI组件,传入props也无法生效,是否不支持还是BUG?

image

// 普通的 HTML attribute
  attrs: {
    id: 'foo'
  },
 // 组件 prop
  props: {
    myProp: 'bar'
  },

这不是vue3

确实是这样,受教👏