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 0a34247 commit 30d2814Copy full SHA for 30d2814
src/directives/if.ts
@@ -69,6 +69,7 @@ export const _if = (el: Element, exp: string, ctx: Context) => {
69
}
70
71
// no matched branch.
72
+ activeBranchIndex = -1
73
removeActiveBlock()
74
})
75
0 commit comments