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
v2.21.1
https://stackblitz.com/edit/nuxt-ui-1oyent91?file=app.vue,nuxt.config.ts
In the latest version, the following import causes an error:
import { type FormSubmitEvent } from '#ui/types';
The correct (working) syntax is:
import type { FormSubmitEvent } from '#ui/types';
No response
The text was updated successfully, but these errors were encountered:
Not sure to understand your issue, you should use this syntax anyway:
Sorry, something went wrong.
Well, i'm was pretty sure that i made it the same way as in the docs. But now i see, that no. Sorry for the trouble.
No branches or pull requests
Environment
Version
v2.21.1
Reproduction
https://stackblitz.com/edit/nuxt-ui-1oyent91?file=app.vue,nuxt.config.ts
Description
In the latest version, the following import causes an error:
The correct (working) syntax is:
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: