We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.vue
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
When I write the require code in the .vue file, it prompts that require is not defined.
require is not defined
The following location was traced in the source code:
In vite, the extensions parameter is not usually set, and the default value does not include .vue files
Is this a bug or a behavior that suits expectations?
The text was updated successfully, but these errors were encountered:
Anybody see here?
Sorry, something went wrong.
No branches or pull requests
When I write the require code in the
.vue
file, it prompts thatrequire is not defined
.The following location was traced in the source code:
In vite, the extensions parameter is not usually set, and the default value does not include
.vue
filesIs this a bug or a behavior that suits expectations?
The text was updated successfully, but these errors were encountered: