Skip to content

Commit 98789b4

Browse files
authored
fix(web): Add index property in hippy-element
1 parent 4a41ed4 commit 98789b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/js/packages/hippy-vue-next/src/runtime/element/hippy-element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ export class HippyElement extends HippyNode {
919919
style,
920920
},
921921
tagName: this.tagName,
922+
index: this.index,
922923
};
923924

924925
// hack in dev environment, added properties for chrome inspector debugging

0 commit comments

Comments
 (0)