Using the decorator may prompt property assignment expected. Vetur (1136)
Because eslint is used to check the code format, you can turn off the ability of vetur to verify script. Please add the following code in vscode settings
"vetur.validation.script": false,
Read More:
- error Expected an assignment or function call and instead saw an expression
- JS prompt cannot read property ‘style’ of undefined
- Differences between shell script variable assignment and C language variable assignment
- Arrow function should not return assignment no-return-assign
- Python Numpy.ndarray ValueError:assignment destination is read-only
- Python error: local variable ‘XXXX’ referenced before assignment
- Command prompt window prompt system error 5, access denied?
- Assignment under multiple single edges is not supported for synthesis
- ESLint: Expected space or tab after ‘//‘ in comment.(spaced-comment)
- Python UnboundLocalError: local variable ‘num’ referenced before assignment
- Solving Python error: local variable ‘a’ referenced before assignment
- Expected indentation of 6 spaces but found 10
- Python error type error: ‘range’ object does not support item assignment, solution
- New user’s shell, delete prompt ^ H, up and down prompt ^ A ^ B, tab key is useless
- Global variable error: unboundlocalerror: local variable ‘l’ referenced before assignment
- Zend studio HTML error prompt close, PHP “error prompt” open and close the correct way
- C + + programming fault handling — error: assignment of read only data member ‘STD:: pair
- Successfully solved the problem that visual studio code could not go to the definition, and there was no mouse prompt
- Solution to prompt “cannot find module ‘eslint config defaults / configurations / eslint’” when submitting with Git
- Warning when using numpy: runtimewarning: numpy.dtype size changed, may indicate binary incompatibility