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-beta.15
https://github.com/yamacent/vue-next-minimal-reproduction-props-required
$ git clone git@github.com:yamacent/vue-next-minimal-reproduction-props-required.git $ cd vue-next-minimal-reproduction-props-required $ npm install $ npm run build // build will fail
if you use vue@3.0.0-beta.14, it works fine.
vue@3.0.0-beta.14
build does not fail with 3.0.0-beta.15
build fails with 3.0.0-beta.15
The text was updated successfully, but these errors were encountered:
2961e14
No branches or pull requests
Version
3.0.0-beta.15
Reproduction link
https://github.com/yamacent/vue-next-minimal-reproduction-props-required
Steps to reproduce
$ git clone git@github.com:yamacent/vue-next-minimal-reproduction-props-required.git $ cd vue-next-minimal-reproduction-props-required $ npm install $ npm run build // build will fail
if you use
vue@3.0.0-beta.14
, it works fine.What is expected?
build does not fail with
3.0.0-beta.15
What is actually happening?
build fails with
3.0.0-beta.15
The text was updated successfully, but these errors were encountered: