0๐
โ
I found it, it should be object
instead of function
for form
eg.
computed: {
form: {
set: function() {},
get: function() {}
}
}
Source:stackexchange.com