Support JSX for unplugin-vue-components. Inspired by eslint-ts-patch.
Context:
pnpm add -D unplugin-vue-components@npm:unplugin-vue-components-jsx
This package proxies all unplugin-vue-components exports, it should be compatible by aliasing the unplugin-vue-components
package. The version of this package is the same as the latest supported unplugin-vue-components version in addition to a patch number suffix indicating the patches of this package (e.g. 0.26.0-1
). It's using ^
relaxed dependency of unplugin-vue-components
, so it should work with any newer versions of unplugin-vue-components.
MIT License © 2023-PRESENT zhiyuanzmj