We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Peer dependency is fair enough
The text was updated successfully, but these errors were encountered:
I added PR #47 I couldn't wait, so I published myself version https://www.npmjs.com/package/@rah-emil/vite-plugin-vue-type-imports It's working for my project
Sorry, something went wrong.
it is not working for me. the below is my solution
import type { IUsers} from '../types' interface Props extends IUsers{ rowId?: string } const wordData = defineProps<Props>()
No branches or pull requests
Peer dependency is fair enough
The text was updated successfully, but these errors were encountered: