You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arguments of the form `event_foo` should be callbacks that can be called from the vue template. They are
103
-
available as the function `foo` in the vue template.
108
+
available as the function `foo` and `event_foo` in the vue template.
109
+
110
+
Note that `foo` was kept for backwards compatibility, but LLM's have a tendency to use `event_foo`, so this was
111
+
changed to `event_foo`.
104
112
105
113
[See the vue v2 api](https://v2.vuejs.org/v2/api/) for more information on how to use Vue, like `watch`,
106
114
`methods` and lifecycle hooks such as `mounted` and `destroyed`.
0 commit comments