bublejs / buble

https://buble.surge.sh
MIT License
871 stars 64 forks source link

Add support for Vue render functions #254

Closed 0xdv closed 4 years ago

0xdv commented 4 years ago

Hello! I want to use jsx in my Vue project. I'v added jsx: "h" option to buble config, but it seems not working, since it React.createElement receives children through rest parameter, but Vue createElement supports only array. Can we use an array?