Skip to content
New issue

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

Vite 4 support #46

Open
eshimischi opened this issue Dec 20, 2022 · 2 comments
Open

Vite 4 support #46

eshimischi opened this issue Dec 20, 2022 · 2 comments

Comments

@eshimischi
Copy link

Peer dependency is fair enough

@rah-emil
Copy link
Contributor

rah-emil commented Dec 23, 2022

Peer dependency is fair enough

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

@codepandy
Copy link

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>()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants