Closed 0xdv closed 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?
jsx: "h"
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?