jsx-vue2 icon indicating copy to clipboard operation
jsx-vue2 copied to clipboard

monorepo for Babel / Vue JSX related packages

Results 54 jsx-vue2 issues
Sort by recently updated
recently updated
newest added

Auto injection of `h` does not seem to work in Vuex actions where arrow functions are used. Consider the following Vuex action (minimal example): ``` loadMyBookings() { return new Promise((resolve,...

![Cannot read property '$set' of null](https://user-images.githubusercontent.com/4122955/72417801-9ca63280-37b4-11ea-8b0d-03efd01e93be.png) if 'v-model' was used in the functional component, the 'this' will be null. [@see](https://github.com/vuejs/jsx/pull/80#issuecomment-574550058)

Hola! Recently, the team and I discovered a not very clear behavior We pass an object (best described as something like slots) with functions returning jsx to the function ```...

document in https://github.com/vuejs/babel-plugin-transform-vue-jsx#difference-from-react-jsx is more complete ?