Skip to content

Commit

Permalink
fix: VClicks component (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Feb 21, 2024
1 parent c6e5cc0 commit 3671ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/builtin/VClicks.ts
Expand Up @@ -96,7 +96,7 @@ export default defineComponent({
if (depth < +this.depth && Array.isArray(i.children))
vNode = h(i, {}, mapSubList(i.children, depth))
else
vNode = i
vNode = h(i)

const delta = thisShowIdx - execIdx
execIdx = thisShowIdx
Expand Down

0 comments on commit 3671ddf

Please sign in to comment.