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 dfd6b7d commit 0c0bb55Copy full SHA for 0c0bb55
1 file changed
resources/data/deck/learnneo/pages/GuideViewModels.md
@@ -129,7 +129,6 @@ data.component equals to the Button instance itself. Since the Button instance d
129
`getModel()` will return the closest VM inside the parent chain.
130
131
## Nested Inline Models
132
-
133
<pre data-neo>
134
import Button from '../../../../src/button/Base.mjs';
135
import Container from '../../../../src/container/Base.mjs';
@@ -201,3 +200,5 @@ The same goes for the Button handlers: `setData()` will find the closest matchin
201
200
202
We can even change data props which live inside different VMs at once. As easy as this:</br>
203
`setData({hello: 'foo', world: 'bar'})`
+
204
+Hint: Modify the example code to try it out right away!
0 commit comments