problem: when writing code, if you don"t add a space, there will be an error prompt with a red underscore.
temporary solution: be careful to add spaces when writing code, or alt+enter, but it is tedious to operate every time, so I hope you don"t have this hint.
Editor: webstorm;
Project: vue
export default {
data () {
return {
index:"",
buttonLoading: false,
formValidate: {
},
}
}