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

### 🧐 Problem Description 在使用Vue内置组件时提示Property '$children' does not exist on type,但是通过使用v-slots时写入时正常。 求助原因🙏 ### 💻 Sample code 我的依赖情况 ```json { "dependencies": { "@mdi/font": "7.0.96", "@vuepic/vue-datepicker": "3.5.3", "@vueuse/core": "9.6.0", "axios": "1.2.0", "chart.js":...

question

### 🐛 Bug description when I use `v-model:[key]="title"` in tsx,it is not work. Is there a problem with my writing? thanks! ```tsx // test.tsx import { defineComponent, ref } from...

bug

### Describe the bug I am using Vue with TSX. The `props` object does not contain the property I expect. It is available on `attrs.foo`, but this is not what...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [html-tags](https://togithub.com/sindresorhus/html-tags) | [`^3.3.1` -> `^4.0.0`](https://renovatebot.com/diffs/npm/html-tags/3.3.1/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/html-tags/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.56.0` -> `^9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.56.0/9.2.0) |...

dependencies

### 🧐 Problem Description ![image](https://github.com/vuejs/babel-plugin-jsx/assets/56748472/8d1720c6-9ae1-4a45-ab06-b3e757e1272c) I has written the Symbolic Link like this in my README.md. ![image](https://github.com/vuejs/babel-plugin-jsx/assets/56748472/7346b57c-b2ed-4d6f-b5cb-a8d678dd1c15) But it doesn't work. Is there any other configuration required? ![image](https://github.com/vuejs/babel-plugin-jsx/assets/56748472/7dbed34d-4d68-4ee5-9af7-453af4d0a17a) ### 💻...

question

### 🧐 Problem Description I want to make some changes to the vue jsx code through babel. I want to know whether the ast of vue jsx can be converted...

question

### 🐛 Bug description failed to view [https://vue-jsx-explorer.netlify.app/](https://vue-jsx-explorer.netlify.app/) ### 📝 Steps to reproduce ![image](https://github.com/vuejs/babel-plugin-jsx/assets/78677609/4c38b1d6-85d6-4576-bb55-925c1cdf8d9c) Reproduction Link (required): https://vue-jsx-explorer.netlify.app/ ### 🏞 Desired result ### 🚑 Other information

### 🧐 Problem Description I tried to use `v-model` in vue jsx,according to the doc,I used `v-model` to bind a value to an input element,and it worked as expected. Howerve,I...

good first issue