Skip to content

Commit 5bae375

Browse files
committed
upd
1 parent d3ec528 commit 5bae375

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/overview/xml-capabilities

src/overview/xml-capabilities/jet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This section describes XML features specifically when applied as Jet Engine's Fu
66

77
Native tags belong to the implicit `j` namespace, such as `j:Button`. The `j` namespace is not overridable.
88

9-
## Data attributes
9+
## Arbitrary attributes
1010

1111
`data-` attributes applied to native tags, such as `j:Button`, contribute arbitrary attributes to the underlying DOM element.
1212

13-
Using a Fuse store, that attribute would be accessed as `store.v.@x`.
13+
Using a Fuse store, the attribute would be accessed as `store.v.@["data-x"]`.
1414

1515
## “key” attribute
1616

0 commit comments

Comments
 (0)