We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4015207 commit 1c383a4Copy full SHA for 1c383a4
1 file changed
src/overview/xml-capabilities/jet.md
@@ -10,7 +10,7 @@ Native tags belong to the implicit `j` namespace, such as `j:Button`. The `j` na
10
11
`data-` attributes applied to native tags, such as `j:Button`, contribute plain data attributes to the underlying DOM element.
12
13
-Using a Fuse store, the attribute would be accessed as `store.cur.@["data-name"]`.
+Using a Fuse store, the attribute would be accessed as `store.cur!.@["data-name"]`.
14
15
## “key” attribute
16
0 commit comments