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 5cc05d0 commit e6bf677Copy full SHA for e6bf677
docs/en/forms.md
@@ -55,15 +55,15 @@ vuex: {
55
updateMessage: ({ dispatch }, value) => {
56
dispatch('UPDATE_MESSAGE', value)
57
}
58
- },
59
- computed: {
60
- thisMessage: {
61
- get () {
62
- return this.message
63
64
- set (val) {
65
- this.updateMessage(val)
66
- }
+ }
+},
+computed: {
+ thisMessage: {
+ get () {
+ return this.message
+ },
+ set (val) {
+ this.updateMessage(val)
67
68
69
0 commit comments