You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update vue-cli and utils to 3.0.5, compile existing app using vue-class-component decorators, serve.
What is expected?
An existing app should continue to function on a minor version bump.
What is actually happening?
After updating vue-cli to 3.0.5, components using vue-class-component compile correctly, however are broken at runtime, presumably due to a change in babel. No decorated functions or variables are available.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Version
3.0.5
Node and OS info
8.12.0, yarn 1.10.1 monorepo, OS X
Steps to reproduce
Update
vue-cli
and utils to 3.0.5, compile existing app usingvue-class-component
decorators, serve.What is expected?
An existing app should continue to function on a minor version bump.
What is actually happening?
After updating vue-cli to 3.0.5, components using
vue-class-component
compile correctly, however are broken at runtime, presumably due to a change in babel. No decorated functions or variables are available.The text was updated successfully, but these errors were encountered: