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 0d2b373 commit fe9a3dbCopy full SHA for fe9a3db
src/directives/if.js
@@ -82,7 +82,7 @@ module.exports = {
82
},
83
84
getContainedComponents: function () {
85
- var vm = this.vm
+ var vm = this._host || this.vm
86
var start = this.start.nextSibling
87
var end = this.end
88
0 commit comments