babel-plugin-jsx icon indicating copy to clipboard operation
babel-plugin-jsx copied to clipboard

JSX for Vue 3

Results 122 babel-plugin-jsx issues
Sort by recently updated
recently updated
newest added

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...

dependencies

### 🧐 Problem Description I encountered some problems when using v-model, such as using it in template. ~~~html ~~~ I checked the relevant information and found that it is actually...

question

### 🐛 Bug description Repro: https://github.com/wenfangdu/el-plus-repro/tree/invalid-vnode-type Please clone the repo and run it. Source: ```js import { defineComponent } from 'vue' const Comp = defineComponent({ setup(props, { slots }) {...

bug

### 🧐 Problem Description JSX element type 'TheadTag' does not have any construct or call signatures. ### 💻 Sample code ```tsx export default defineComponent({ setup() { const TheadTag: ComputedRef return...

question

如题,tsx编译时,已经定义出来的props属性,在setup函数中 引用会 提示类型检查错误... ![image](https://user-images.githubusercontent.com/46678241/124414277-fd4c7500-dd84-11eb-86d9-bf4fce321891.png) 另外:如何在tsx中定义 css/less, 并在tsx中引用/使用? 另外:在vscode中,在 自定义.vue如何引用 tsx文件。。。 ![image](https://user-images.githubusercontent.com/46678241/124414713-cf1b6500-dd85-11eb-8de7-762bbd9a4d19.png)

bug

First of all, thank you for providing JSX-Next plugin, super easy to use! ### 🧐 1. Custom directive passed arg, modifier why are under the value attribute,Instead of putting arg...

question

### 🧐 Problem Description I hope that jsx-next will automatically append a "px" suffix to certain numeric inline style properties. ### 💻 Sample code ```jsx ``` compiled to ```js h('div',...

question

### 🧐 Problem Description I wonder why `directives` like `vModel`, `vSlots` etc. are kebab-cased in the readme, isn't JSX's convention to use camel-case? ### 💻 Sample code ```jsx // 👇...

question

### 🧐 Problem Description The text content in HTML can't dispaly! ### 💻 Sample code text content ![image](https://user-images.githubusercontent.com/6813909/118068982-e6695200-b3d5-11eb-9af5-75b29ddfeab1.png) ![image](https://user-images.githubusercontent.com/6813909/118068983-e6695200-b3d5-11eb-93bd-5fea2e3c26a6.png) ### 🚑 Other information this is ok ![image](https://user-images.githubusercontent.com/6813909/118069210-58da3200-b3d6-11eb-8744-e2055547c691.png) ![image](https://user-images.githubusercontent.com/6813909/118069290-7f986880-b3d6-11eb-8739-da1dfab2eb94.png)

question
need reproduction