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 04551e6 commit 937e60bCopy full SHA for 937e60b
vue.go
@@ -12,8 +12,8 @@ var (
12
)
13
14
// type Value represents the VueJS wrapped observed Array or Object
15
-// the wrapped methods can be used trigger view update.
16
-// `*Value` is usually returned by calling `Vue.Get()`
+// the wrapped methods can be used to trigger view update.
+// `*Value` is usually returned by calling `ViewModel.Get()`
17
type Value struct {
18
/////// Normal value operation as js.Object
19
*js.Object
0 commit comments