tsx icon indicating copy to clipboard operation
tsx copied to clipboard

jsxImportSource not respects vue

Open men232 opened this issue 1 year ago • 0 comments

Acknowledgements

  • [X] I read the documentation and searched existing issues to avoid duplicates
  • [X] I understand this is a bug tracker and anything other than a proven bug will be closed
  • [X] I understand this is a free project and relies on community contributions
  • [X] I read and understood the Contribution guide

Minimal reproduction URL

https://github.com/men232/tsx-vue-jsx/tree/main

Problem & expected behavior (under 200 words)

Currently, the issue can be resolved manually by adding the missing import statement directly to the source code.

import { h } from 'vue'

Bugs are expected to be fixed by those affected by it

  • [ ] I'm interested in working on this issue

Compensating engineering work will speed up resolution and support the project

  • [ ] I'm willing to offer $10 for financial support

men232 avatar Nov 22 '24 12:11 men232