-
Notifications
You must be signed in to change notification settings - Fork 12
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
使用装饰器模式开发,报错: "decorators", "decorators-legacy". #34
Comments
Start a new pull request in StackBlitz Codeflow. |
关掉 |
那就说明这个错误与unplugin-turbo-console无关,似乎应该提给vue-facing-decorator |
卸载vue-facing-decorator 使用vue-class-component,同样会有问题。只要使用装饰器就会抛出错误 |
Describe the bug
[plugin:unplugin-turbo-console] This experimental syntax requires enabling one of the following parser plugin(s): "decorators", "decorators-legacy". (18:0)
Reproduction
https://stackblitz.com/edit/vitejs-vite-s1mfjm?file=src%2Fcomponents%2FHelloWorld.vue
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: