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 4ede6fc commit 23fc97aCopy full SHA for 23fc97a
src/core/componentStructure.js
@@ -45,10 +45,10 @@ class ComponentStructure {
45
return getContext(domElement);
46
}
47
48
- getVmIndexFromDomIndex(domIndex, $el) {
+ getVmIndexFromDomIndex(domIndex, element) {
49
const { defaultNodes } = this;
50
const { length } = defaultNodes;
51
- const domChildren = $el.children;
+ const domChildren = element.children;
52
const domElement = domChildren.item(domIndex);
53
54
if (domElement === null) {
0 commit comments