ESLint unexpected character '@' for JS decorators

前端 未结 3 727
无人共我
无人共我 2021-01-11 11:27

I\'m trying to use decorators in my JS project, however ESLint is throwing an error stating that the @ symbol is a unexpected character.

My code:

@o         


        
3条回答
提交回复
热议问题