there is a problem when using vuex:
for example, do you have to go through this.code==this.$store.state.code to determine whether the code in the component is equal to the code, in vuex? (it"s too long to write)
but after reading the official documents, the calculation properties are all in double parentheses {{}}
. so there is no way to use evaluation attributes in expressions.
implement this.code==computedCode