Skip to content

Commit 937e60b

Browse files
committed
update documentation
1 parent 04551e6 commit 937e60b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ var (
1212
)
1313

1414
// 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()`
15+
// the wrapped methods can be used to trigger view update.
16+
// `*Value` is usually returned by calling `ViewModel.Get()`
1717
type Value struct {
1818
/////// Normal value operation as js.Object
1919
*js.Object

0 commit comments

Comments
 (0)