-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
@decorator doesn't work out of box at @vue/[email protected] #1542
New issue
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
Comments
Please provide an actual repro. |
@yyx990803 by the way, |
@yyx990803 |
FYI your reproduction compiles successfully with "eslintConfig": {
"root": true,
+ "parserOptions": {
+ "parser": "babel-eslint"
+ }, Or, you could just use TypeScript plugin for decorator support. |
Version
3.0.0-beta.16
Reproduction link
https://github.com/vuejs/vue-cli
Steps to reproduce
update
@vue/cli-service
from3.0.0-beta.15
to3.0.0-beta.16
What is expected?
work
What is actually happening?
not work
here is the error log
The text was updated successfully, but these errors were encountered: