We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bf677 commit fe8605bCopy full SHA for fe8605b
docs/zh-cn/forms.md
@@ -50,15 +50,15 @@ vuex: {
50
updateMessage: ({ dispatch }, value) => {
51
dispatch('UPDATE_MESSAGE', value)
52
}
53
- },
54
- computed: {
55
- thisMessage: {
56
- get () {
57
- return this.message
58
59
- set (val) {
60
- this.updateMessage(val)
61
- }
+ }
+},
+computed: {
+ thisMessage: {
+ get () {
+ return this.message
+ },
+ set (val) {
+ this.updateMessage(val)
62
63
64
0 commit comments