You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rollup buble plugin to convert vue component in jsx, I found that the result is not correct. children param of createElement should preferred to be an array, however it turns to be a tuple.
The text was updated successfully, but these errors were encountered:
I am using rollup buble plugin to convert vue component in jsx, I found that the result is not correct. children param of createElement should preferred to be an array, however it turns to be a tuple.
The text was updated successfully, but these errors were encountered: