Closed lpuigo closed 6 years ago
after a few tries and error : works fine when using
vm.Object.Set("fullName", "First Middle Last")
Good catch! Thanks for the bug report. This is fixed; 04-computed-with-setter
now no longer panics and works as-is with vm.Set
instead of vm.Object.Set
.
Hi @HuckRidgeSW
Thank you for this Vue.js wrap with GopherJS.
I'm diving in hvue and found an error message in example 04-computed-with-setter : the "Foo bar" text do not get updated, and I got the following message in console :
... comming for the following line (I guess) :
vm.Set("fullName", "First Middle Last")