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 6efe10c commit 5d575cfCopy full SHA for 5d575cf
src/compiler/compile.js
@@ -215,7 +215,7 @@ function compileElement (el, options) {
215
var hasAttrs = el.hasAttributes()
216
// check element directives
217
var linkFn = checkElementDirectives(el, options)
218
- // check terminal direcitves (repeat & if)
+ // check terminal directives (repeat & if)
219
if (!linkFn && hasAttrs) {
220
linkFn = checkTerminalDirectives(el, options)
221
}
0 commit comments