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 a2ab1f5 commit 0fc2e96Copy full SHA for 0fc2e96
src/directives/public/if.js
@@ -69,5 +69,8 @@ export default {
69
if (this.frag) {
70
this.frag.destroy()
71
}
72
+ if (this.elseFrag) {
73
+ this.elseFrag.destroy()
74
+ }
75
76
0 commit comments