wonderful-panda/vue-tsx-support

use model on the props

AllenZho opened this issue · 1 comments

expect h(custom, { props: {model: this.object}}) actually h(custom, { model: this.object})

vue-tsx-support is not a transpiler.

https://github.com/vuejs/jsx is the right place to file transpilation issue.