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 6af5db6 commit 2dedd4eCopy full SHA for 2dedd4e
src/compiler/transclude.js
@@ -86,7 +86,9 @@ function transcludeTemplate (el, options) {
86
// element directive
87
_.resolveAsset(options, 'elementDirectives', tag) ||
88
// repeat block
89
- replacer.hasAttribute(config.prefix + 'repeat')
+ replacer.hasAttribute(config.prefix + 'repeat') ||
90
+ // for block
91
+ replacer.hasAttribute(config.prefix + 'for')
92
) {
93
return frag
94
} else {
0 commit comments