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
3.0.0-rc.4
https://github.com/cexbrayat/vite-playground
Branch: repro/drop-options-api
repro/drop-options-api
In a new vite application, add the following configuration vite.config.js:
vite.config.js
module.exports = { define: { __VUE_OPTIONS_API__: false } }
Launch the app: the HelloWorld component is not showing up and the console logs:
HelloWorld
[Vue warn]: Failed to resolve component: HelloWorld at <App>
It should not break an application that does not use the Options API.
It currently breaks the application in rc.4
The text was updated successfully, but these errors were encountered:
a75b8a2
No branches or pull requests
Version
3.0.0-rc.4
Reproduction link
https://github.com/cexbrayat/vite-playground
Branch:
repro/drop-options-api
Steps to reproduce
In a new vite application, add the following configuration
vite.config.js
:Launch the app: the
HelloWorld
component is not showing up and the console logs:What is expected?
It should not break an application that does not use the Options API.
What is actually happening?
It currently breaks the application in rc.4
The text was updated successfully, but these errors were encountered: